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

index dbbd4f1ace348aef4fc155a578f3b7ccf373b2d5..112e21584b6f136f8a3e75cad4accf47836dafb4 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 LIBPBD_TEMPLATE_API LIBEVORAL_TEMPLATE_DLL_EXPORT
+    #define LIBPBD_TEMPLATE_API LIBPBD_TEMPLATE_DLL_EXPORT
   #else
     #define LIBPBD_API LIBPBD_DLL_IMPORT
-    #define LIBPBD_TEMPLATE_API LIBEVORAL_TEMPLATE_DLL_IMPORT
+    #define LIBPBD_TEMPLATE_API LIBPBD_TEMPLATE_DLL_IMPORT
   #endif 
   #define LIBPBD_LOCAL LIBPBD_DLL_LOCAL
 #endif