X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/56c1c2990459bb5f2c2b0fbd8967699134a57b20..4a699e3a59b19c21b6faae714b56cac5a75df2e2:/src/stc/PlatWX.cpp diff --git a/src/stc/PlatWX.cpp b/src/stc/PlatWX.cpp index f2c6302917..917e4ea467 100644 --- a/src/stc/PlatWX.cpp +++ b/src/stc/PlatWX.cpp @@ -1583,7 +1583,7 @@ wxString stc2wx(const char* str) } -const wxWX2MBbuf wx2stc(const wxString& str) +wxWX2MBbuf wx2stc(const wxString& str) { const wchar_t* wcstr = str.c_str(); size_t wclen = str.length();