X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2ff35079390d1f8eb21e90576c6f835df45e3691..9a62fa17b1c342b5b1e1bb9b96373e170a9d8b6f:/include/wx/sckaddr.h diff --git a/include/wx/sckaddr.h b/include/wx/sckaddr.h index efaeedb9be..98e1c0d4e7 100644 --- a/include/wx/sckaddr.h +++ b/include/wx/sckaddr.h @@ -12,10 +12,6 @@ #ifndef _WX_NETWORK_ADDRESS_H #define _WX_NETWORK_ADDRESS_H -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "sckaddr.h" -#endif - #include "wx/defs.h" #if wxUSE_SOCKETS @@ -108,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;