Merge branch 'noppc' of https://github.com/mojofunk/ardour into cairocanvas
[ardour.git] / libs / pbd / pbd / tokenizer.h
index b4b3b107c04c0e302ee8f1b05d5f3067e2b21d2d..325347351962d18fd97e446fcb9f930d255039b5 100644 (file)
@@ -37,7 +37,7 @@ namespace PBD {
        are discarded.
 */
 template<typename StringType, typename Iter>
-LIBPBD_API unsigned int
+/*LIBPBD_API*/ unsigned int
 tokenize(const StringType& str,        
         const StringType& delims,
         Iter it,