summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/tokenizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/tokenizer.h')
-rw-r--r--libs/pbd/pbd/tokenizer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/pbd/pbd/tokenizer.h b/libs/pbd/pbd/tokenizer.h
index b4b3b107c0..3253473519 100644
--- a/libs/pbd/pbd/tokenizer.h
+++ b/libs/pbd/pbd/tokenizer.h
@@ -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,