]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/string.cpp
move definitions from src/gtk/data.cpp to other appropriate places
[wxWidgets.git] / src / common / string.cpp
index daa4901016cbaee06499c06036851c21f672bdac..dac95cc926ead09641f74274df6d2c882317609a 100644 (file)
@@ -1467,7 +1467,7 @@ bool wxString::ToDouble(double *val) const
 #if !wxUSE_UTF8_LOCALE_ONLY
 /* static */
 #ifdef wxNEEDS_WXSTRING_PRINTF_MIXIN
-wxString wxStringPrintfMixinBase::DoFormat(const wxChar *format, ...)
+wxString wxStringPrintfMixinBase::DoFormatWchar(const wxChar *format, ...)
 #else
 wxString wxString::DoFormatWchar(const wxChar *format, ...)
 #endif