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