From a66bf817a6ba833ad47cefc9fa8948ef8045a59d Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 7 Jul 2013 14:13:01 +0000 Subject: [PATCH] Compilation fix for r74440 and STL builds. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74445 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/translation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/translation.cpp b/src/common/translation.cpp index 69c9361e99..c83dc90017 100644 --- a/src/common/translation.cpp +++ b/src/common/translation.cpp @@ -101,7 +101,7 @@ void LogTraceArray(const char *prefix, const wxArrayString& arr) wxLogTrace(TRACE_I18N, "%s: [%s]", prefix, wxJoin(arr, ',')); } -void LogTraceLargeArray(const char *prefix, const wxArrayString& arr) +void LogTraceLargeArray(const wxString& prefix, const wxArrayString& arr) { wxLogTrace(TRACE_I18N, "%s:", prefix); for ( wxArrayString::const_iterator i = arr.begin(); i != arr.end(); ++i ) -- 2.45.2