]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/sckaddr.h
Escape underscores
[wxWidgets.git] / include / wx / sckaddr.h
index e1ffdb1c84a5fecf46ec7f807c374b48c81b8ffd..98e1c0d4e7b592c28b91a963e91a8b2353737fee 100644 (file)
@@ -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;