summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/replace_all.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/replace_all.h')
-rw-r--r--libs/pbd/pbd/replace_all.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/pbd/pbd/replace_all.h b/libs/pbd/pbd/replace_all.h
index 3bc465d89f..e7fcc1e0ce 100644
--- a/libs/pbd/pbd/replace_all.h
+++ b/libs/pbd/pbd/replace_all.h
@@ -22,6 +22,8 @@
#include <string>
-int replace_all (std::string& str, const std::string& target, const std::string& replacement);
+#include "pbd/libpbd_visibility.h"
+
+LIBPBD_API int replace_all (std::string& str, const std::string& target, const std::string& replacement);
#endif // __pbd_replace_all_h__