X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c9d59ee7e0cbe4acae6153adafb5ddce9a4e65dd..214b94848a50b224aa3b2101b21149ae82e3706f:/src/common/config.cpp diff --git a/src/common/config.cpp b/src/common/config.cpp index 2e8372db93..7e4173e4e2 100644 --- a/src/common/config.cpp +++ b/src/common/config.cpp @@ -352,7 +352,7 @@ wxString wxExpandEnvVars(const wxString& str) // check the closing bracket if ( bracket != Bracket_None ) { - if ( m == str.Len() || str[m] != (char)bracket ) { + if ( m == str.Len() || str[m] != (wxChar)bracket ) { // under MSW it's common to have '%' characters in the registry // and it's annoying to have warnings about them each time, so // ignroe them silently if they are not used for env vars