]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/protocol.cpp
wxWindow::Fit() infinite loop bug fixed
[wxWidgets.git] / src / common / protocol.cpp
index 5ee3ebf5fa731b2cc0842ba5298c399eabbf6625..ac5020956faca9836520bd8fcfe711ac96b7ea27 100644 (file)
@@ -40,7 +40,7 @@
  * --------------------------------------------------------------
  */
 
-wxProtoInfo::wxProtoInfo(const char *name, const char *serv,
+wxProtoInfo::wxProtoInfo(const wxChar *name, const wxChar *serv,
                          const bool need_host1, wxClassInfo *info)
 {
   m_protoname = name;