remove use of a boost::fast_pool_allocator without a mutex for Evoral::ControlList...
[ardour.git] / gtk2_ardour / i18n.h
index 0fae5e5ca06331fc52317265dd6868db3e7cb181..d004a729111fd20d9dd6ea9e816c68695bacbc5d 100644 (file)
@@ -34,6 +34,6 @@
 /** Use this to translate strings that have different meanings in different places.
  *  Text should be of the form Context|Message.
  */
-#define S_(Text) sgettext (PACKAGE, Text)
+#define S_(Text) PBD::sgettext (PACKAGE, Text)
 
 #endif // __i18n_h__