]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/protocol/protocol.h
1. bug fixes in wxCaret
[wxWidgets.git] / include / wx / protocol / protocol.h
index 608c8f1f068d9dfb11de81d3f33e8cf553ce2966..f9d105406d180308f748797cdaf73300e4c56f0f 100644 (file)
@@ -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);
 };