From: Ove Kaaven Date: Tue, 13 Apr 1999 12:40:33 +0000 (+0000) Subject: Unicode support. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8bec6d4ae8f15ea8257b18af8375772af7ea91d2 Unicode support. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2139 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/protocol/protocol.h b/include/wx/protocol/protocol.h index 608c8f1f06..f9d105406d 100644 --- a/include/wx/protocol/protocol.h +++ b/include/wx/protocol/protocol.h @@ -53,7 +53,7 @@ protected: friend class wxURL; public: - wxProtoInfo(const char *name, const char *serv_name, const bool need_host1, + wxProtoInfo(const wxChar *name, const wxChar *serv_name, const bool need_host1, wxClassInfo *info); };