X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eebaafb5828e4f00b776a2e262895f0a185dcaa6..5687a67ce1e365d010c6282aa57b4f99f7f5ea29:/include/wx/uri.h diff --git a/include/wx/uri.h b/include/wx/uri.h index f792adbf56..a2a1ac498d 100644 --- a/include/wx/uri.h +++ b/include/wx/uri.h @@ -52,7 +52,7 @@ enum wxURIFlags // Originally based off of RFC 2396 - then // extended to meet the newer RFC 2396.bis // specifications. -class wxURI : public wxObject +class WXDLLIMPEXP_BASE wxURI : public wxObject { public: wxURI(); @@ -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);