]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/sckaddr.h
Use WM_INITMENUPOPUP
[wxWidgets.git] / include / wx / sckaddr.h
index e1c980f61961d1bfbd06558768881a0b4e0b853a..adb67509b2b3f6fe30323f35879ed691a0ed19d2 100644 (file)
@@ -69,6 +69,7 @@ public:
   wxString Hostname();
   wxString OrigHostname() { return m_origHostname; }
   unsigned short Service();
+  wxString IPAddress() const;
 
   virtual int Type() { return wxSockAddress::IPV4; }
   virtual wxSockAddress *Clone() const;