X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..580ca0a4e10dbd2fb0a144065004394b9d5dcc56:/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;