summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-03-01 18:58:41 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-03-01 18:58:41 -0500
commit9526fef902e4a0ed4a291286c0a9c33b9e7a2e1e (patch)
treeebfc979ea38c4a2e8fcba2647ec7fa022505d011
parent19ab0fddef258a0165a7542c09ded1ef3ebcb61f (diff)
CORRECT template export macros for libpbd
-rw-r--r--libs/pbd/pbd/libpbd_visibility.h4
1 files 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