]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/string.h
OutputDebugStringW95 removed - it's really unnecessary - and the references to
[wxWidgets.git] / include / wx / string.h
index d7cc2549e67a642d6086256b07bc741ec87d04ed..7cd776c85fa0f4b7f1374564fc19cbffdc484c20 100644 (file)
@@ -302,7 +302,7 @@ public:
   wxString(const unsigned char* psz, size_t nLength = wxSTRING_MAXLEN)
     { InitWith((const char*)psz, 0, nLength); }
     // from multibyte string
-  wxString(const char *psz, wxMBConv& WXUNUSED(conv), size_t nLength = wxSTRING_MAXLEN)
+  wxString(const char *psz, wxMBConv& WXUNUSED(conv) , size_t nLength = wxSTRING_MAXLEN)
     { InitWith(psz, 0, nLength); }
 
 #if wxUSE_WCHAR_T