merge with master
[ardour.git] / libs / pbd / pbd / whitespace.h
index 444be112b064bf3e40d48f76bcc2b6c5d0acbb5a..5816b84caef222cca61622b5b38c469a9ec9266b 100644 (file)
 
 #include <string>
 
+#include "pbd/libpbd_visibility.h"
+
 namespace PBD {
 
 // returns the empty string if the entire string is whitespace
 // so check length after calling.
-extern void strip_whitespace_edges (std::string& str);
+       LIBPBD_API extern void strip_whitespace_edges (std::string& str);
 
 } // namespace PBD