From 8bec6d4ae8f15ea8257b18af8375772af7ea91d2 Mon Sep 17 00:00:00 2001 From: Ove Kaaven Date: Tue, 13 Apr 1999 12:40:33 +0000 Subject: [PATCH] Unicode support. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2139 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/protocol/protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }; -- 2.50.0