]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/string.h
wxXRC cleanup: removed .xmlbin format
[wxWidgets.git] / include / wx / string.h
index b5b8104deaf04439dc4162b4d3d8977d49f25f40..c3380f25ec65fab431824b7417e7631b32fb619c 100644 (file)
@@ -346,7 +346,7 @@ public:
 
 #if wxUSE_WCHAR_T
     // from wide (Unicode) string
-  wxString(const wchar_t *pwz, wxMBConv& conv = wxConvLibc);
+  wxString(const wchar_t *pwz, wxMBConv& conv = wxConvLibc, size_t nLength = wxSTRING_MAXLEN);
 #endif // !wxUSE_WCHAR_T
 
     // from wxCharBuffer