From e6fdb9502498a04f22ab42c1ff1b5d33d1a43152 Mon Sep 17 00:00:00 2001 From: Taybin Rutkin Date: Tue, 24 Oct 2006 15:38:46 +0000 Subject: Fix for internationalize. Now use the I18N() macro. git-svn-id: svn://localhost/ardour2/trunk@1004 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/pbd/pbd/convert.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/pbd/pbd') diff --git a/libs/pbd/pbd/convert.h b/libs/pbd/pbd/convert.h index 12e63ba6fc..e838b756bc 100644 --- a/libs/pbd/pbd/convert.h +++ b/libs/pbd/pbd/convert.h @@ -33,7 +33,7 @@ void url_decode (std::string&); std::string length2string (const int32_t frames, const float sample_rate); -std::vector internationalize (const char **); +std::vector internationalize (const char *, const char **); } //namespace PBD -- cgit v1.2.3