ambiguous operator[] access

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25263 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2004-01-20 18:19:55 +00:00
parent c54b92d363
commit a380af4dbf

View File

@@ -131,7 +131,7 @@ wxAcceleratorEntry *wxGetAccelFromString(const wxString& label)
current.clear(); current.clear();
} }
else { else {
current += wxTolower(label[n]); current += (wxChar) wxTolower(label[n]);
} }
} }