]> git.saurik.com Git - wxWidgets.git/commitdiff
Compilation fix for r74440 and STL builds.
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 7 Jul 2013 14:13:01 +0000 (14:13 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 7 Jul 2013 14:13:01 +0000 (14:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74445 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/translation.cpp

index 69c9361e996c2fee9862dfd1e482dd07bd9eb26b..c83dc90017c286ea80f70050055edb63485fe2db 100644 (file)
@@ -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 )