X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..a552d1201fd615730d7c0662a65df306fe18c274:/include/wx/sckaddr.h diff --git a/include/wx/sckaddr.h b/include/wx/sckaddr.h index e1ffdb1c84..98e1c0d4e7 100644 --- a/include/wx/sckaddr.h +++ b/include/wx/sckaddr.h @@ -104,7 +104,7 @@ public: virtual int Type() { return wxSockAddress::IPV4; } virtual wxSockAddress *Clone() const; - bool operator==(wxIPV4address& addr); + bool operator==(const wxIPV4address& addr) const; private: wxString m_origHostname;