X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6a4cbac17af82fdf6b8220b309da74b735d616fb..a54b285e7c829b885f78d4b8a96dd2e169a693d7:/include/wx/protocol/protocol.h diff --git a/include/wx/protocol/protocol.h b/include/wx/protocol/protocol.h index a6012c5c9e..bdf1b5760d 100644 --- a/include/wx/protocol/protocol.h +++ b/include/wx/protocol/protocol.h @@ -59,7 +59,8 @@ public: #if wxUSE_SOCKETS bool Reconnect(); virtual bool Connect( const wxString& WXUNUSED(host) ) { return FALSE; } - virtual bool Connect( wxSockAddress& addr, bool WXUNUSED(wait) = TRUE) { return wxSocketClient::Connect(addr); } + virtual bool Connect( const wxSockAddress& addr, bool WXUNUSED(wait) = TRUE) + { return wxSocketClient::Connect(addr); } // read a '\r\n' terminated line from the given socket and put it in // result (without the terminators)