]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/filefn.cpp
MaskedEdit updates from Will Sadkin:
[wxWidgets.git] / src / common / filefn.cpp
index 0e3f2a552e7b4dd726b7a27ed096381dedc177cd..eab5a6c4b0af954f237feb6a791f793d6b9244cc 100644 (file)
@@ -911,7 +911,7 @@ wxDos2UnixFilename (wxChar *s)
           *s = _T('/');
 #ifdef __WXMSW__
         else
-          *s = wxTolower (*s);        // Case INDEPENDENT
+          *s = (wxChar)wxTolower (*s);        // Case INDEPENDENT
 #endif
         s++;
       }