]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/htmltag.cpp
large files support for wxFFile (patch 1077980 from Mike Wetherell)
[wxWidgets.git] / src / html / htmltag.cpp
index a8e30676ec9ecd9cb9c045d2e94e09d76c085d56..1b9b7bd784006de5e7bc9337c34b547afdd5af39 100644 (file)
@@ -90,7 +90,7 @@ wxHtmlTagsCache::wxHtmlTagsCache(const wxString& source)
                   src[pos] != wxT('>') && !wxIsspace(src[pos]);
                   i++, pos++ )
             {
-                tagBuffer[i] = wxToupper(src[pos]);
+                tagBuffer[i] = (wxChar)wxToupper(src[pos]);
             }
             tagBuffer[i] = _T('\0');