]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/mimetype.cpp
Compilation fix for mingw32 - will this break cygwin?
[wxWidgets.git] / src / os2 / mimetype.cpp
index bee950fe6d2ac3caa39dc2997f68ed69feb91929..28ba45db1fb581d316b7a0b4b224a26050ee1506 100644 (file)
@@ -318,7 +318,7 @@ wxMimeTypesManagerImpl::GetFileTypeFromExtension(const wxString& ext)
 {
     // add the leading point if necessary
     wxString str;
-    if ( ext[0u] != wxT('.') ) {
+    if ( ext[(size_t) 0] != wxT('.') ) {
         str = wxT('.');
     }
     str << ext;