From: Václav Slavík Date: Sun, 7 Jul 2013 14:13:01 +0000 (+0000) Subject: Compilation fix for r74440 and STL builds. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a66bf817a6ba833ad47cefc9fa8948ef8045a59d?ds=sidebyside Compilation fix for r74440 and STL builds. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74445 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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 )