merge with master
[ardour.git] / libs / pbd / pbd / whitespace.h
index dcdb4e5f2771aa86e666de5b2b07e5a7a528689c..5816b84caef222cca61622b5b38c469a9ec9266b 100644 (file)
 
 #include <string>
 
-namespace Glib {
-       class ustring;
-}
+#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);
-extern void strip_whitespace_edges (Glib::ustring& str);
+       LIBPBD_API extern void strip_whitespace_edges (std::string& str);
 
 } // namespace PBD