From 82828bd7a6da681d529785e2cb3d0cb112f7625d Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 14 Jul 2016 23:11:11 +0200 Subject: prevent duplicate symbols (fix OSX compilation) --- libs/pbd/pbd/natsort.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/pbd') diff --git a/libs/pbd/pbd/natsort.h b/libs/pbd/pbd/natsort.h index c50a6f288b..31c1dd7bcd 100644 --- a/libs/pbd/pbd/natsort.h +++ b/libs/pbd/pbd/natsort.h @@ -24,7 +24,7 @@ namespace PBD { -bool +inline bool naturally_less (const char* a, const char* b) { const char* d_a = NULL; -- cgit v1.2.3