From 9526fef902e4a0ed4a291286c0a9c33b9e7a2e1e Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 1 Mar 2014 18:58:41 -0500 Subject: CORRECT template export macros for libpbd --- libs/pbd/pbd/libpbd_visibility.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/pbd/pbd/libpbd_visibility.h b/libs/pbd/pbd/libpbd_visibility.h index 4c0f063b17..dbbd4f1ace 100644 --- a/libs/pbd/pbd/libpbd_visibility.h +++ b/libs/pbd/pbd/libpbd_visibility.h @@ -40,10 +40,10 @@ #else #ifdef LIBPBD_DLL_EXPORTS // defined if we are building the libpbd DLL (instead of using it) #define LIBPBD_API LIBPBD_DLL_EXPORT - #define LIBEVORAL_TEMPLATE_API LIBEVORAL_TEMPLATE_DLL_EXPORT + #define LIBPBD_TEMPLATE_API LIBEVORAL_TEMPLATE_DLL_EXPORT #else #define LIBPBD_API LIBPBD_DLL_IMPORT - #define LIBEVORAL_TEMPLATE_API LIBEVORAL_TEMPLATE_DLL_IMPORT + #define LIBPBD_TEMPLATE_API LIBEVORAL_TEMPLATE_DLL_IMPORT #endif #define LIBPBD_LOCAL LIBPBD_DLL_LOCAL #endif -- cgit v1.2.3