Merge branch 'master' into cairocanvas
[ardour.git] / libs / pbd / pbd / replace_all.h
index 3bc465d89fa9c0dbdffc6e6316f961c176a47c9f..e7fcc1e0ce695d26214ff1b20e3c69b555851af0 100644 (file)
@@ -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__