git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30267
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
wxString ext, mime;
wxString loc = GetRightLocation(location);
- char c;
+ wxChar c;
int l = loc.Length(), l2;
l2 = l;
wxString wxFileSystemHandler::GetAnchor(const wxString& location) const
{
- char c;
+ wxChar c;
int l = location.Length();
for (int i = l-1; i >= 0; i--) {
{
wxString loc = MakeCorrectPath(location);
unsigned i, ln;
- char meta;
+ wxChar meta;
wxFSFile *s = NULL;
wxList::compatibility_iterator node;