X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0a98423eb038738b5c4c76c575435034ee8b7d56..b5fe7ca67bf3121959a0b5a59afd00c1708f2f03:/interface/wx/strconv.h diff --git a/interface/wx/strconv.h b/interface/wx/strconv.h index 22e9de2850..174133388e 100644 --- a/interface/wx/strconv.h +++ b/interface/wx/strconv.h @@ -469,7 +469,7 @@ public: could use it like this: @code - wxChar *name = wxT("rawfile.doc"); + wxChar *name = "rawfile.doc"; FILE *fil = fopen(wxFNCONV(name), "r"); @endcode