summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/convert.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/convert.h')
-rw-r--r--libs/pbd/pbd/convert.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/pbd/pbd/convert.h b/libs/pbd/pbd/convert.h
index 937b5a7a9d..fec0248157 100644
--- a/libs/pbd/pbd/convert.h
+++ b/libs/pbd/pbd/convert.h
@@ -53,6 +53,8 @@ to_string (T t, std::ios_base & (*f)(std::ios_base&))
return oss.str();
}
+bool string_is_affirmative (const std::string&);
+
const char *
sgettext (const char *, const char *);