slightly nicer workaround for pickier compiler warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30261 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -122,7 +122,7 @@ protected:
|
||||
static void Escape (wxString& s, const wxChar& c);
|
||||
static bool IsEscape(const wxChar*& uri);
|
||||
|
||||
static wxInt32 CharToHex(const wxChar& c);
|
||||
static wxChar CharToHex(const wxChar& c);
|
||||
|
||||
static bool IsUnreserved (const wxChar& c);
|
||||
static bool IsReserved (const wxChar& c);
|
||||
|
Reference in New Issue
Block a user