summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/demangle.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/demangle.h')
-rw-r--r--libs/pbd/pbd/demangle.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/pbd/pbd/demangle.h b/libs/pbd/pbd/demangle.h
index aecd966f47..c9f5c194c0 100644
--- a/libs/pbd/pbd/demangle.h
+++ b/libs/pbd/pbd/demangle.h
@@ -28,9 +28,11 @@
#include <cxxabi.h>
#endif
+#include "pbd/libpbd_visibility.h"
+
namespace PBD
{
- template<typename T>
+ template<typename T> LIBPBD_API
std::string demangled_name (T const & obj)
{
#ifdef __GNUC__