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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/pbd/pbd/convert.h b/libs/pbd/pbd/convert.h
index cbc898011d..7bf922e94f 100644
--- a/libs/pbd/pbd/convert.h
+++ b/libs/pbd/pbd/convert.h
@@ -54,6 +54,9 @@ to_string (T t, std::ios_base & (*f)(std::ios_base&))
return oss.str();
}
+const char *
+sgettext (const char *, const char *);
+
} //namespace PBD
#endif /* __pbd_convert_h__ */