]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/uri.h
fixed Cygwin compilation (there's no _get_osfhandle)
[wxWidgets.git] / include / wx / uri.h
index 378ab2645d9287839c2f32c385f33a8404071edc..a2a1ac498dadd445311cf6cf5f08efcf021b39e2 100644 (file)
@@ -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);