CORRECT template export macros for libpbd
authorPaul Davis <paul@linuxaudiosystems.com>
Sat, 1 Mar 2014 23:58:41 +0000 (18:58 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Sat, 1 Mar 2014 23:58:41 +0000 (18:58 -0500)
libs/pbd/pbd/libpbd_visibility.h

index 4c0f063b1789bc65872570b833cdaf261480de5e..dbbd4f1ace348aef4fc155a578f3b7ccf373b2d5 100644 (file)
 #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