]> git.saurik.com Git - wxWidgets.git/commitdiff
Unicode support.
authorOve Kaaven <ovek@arcticnet.no>
Tue, 13 Apr 1999 12:40:33 +0000 (12:40 +0000)
committerOve Kaaven <ovek@arcticnet.no>
Tue, 13 Apr 1999 12:40:33 +0000 (12:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2139 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/protocol/protocol.h

index 608c8f1f068d9dfb11de81d3f33e8cf553ce2966..f9d105406d180308f748797cdaf73300e4c56f0f 100644 (file)
@@ -53,7 +53,7 @@ protected:
 
   friend class wxURL;
 public:
 
   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);
 };
 
               wxClassInfo *info);
 };