]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/socket.h
Rewrote wxNotebook, incl. PAGE_CHANGING event
[wxWidgets.git] / include / wx / socket.h
index 21cd4cba90ba2f2bdcfbfac5b8a3ad6a2b485ea6..a8161406c8f31b97c476b01964c16673dd4c6912 100644 (file)
@@ -262,7 +262,8 @@ public:
   wxSocketBase::wxRequestEvent SocketEvent() const { return m_skevt; }
   wxSocketBase *Socket() const { return m_socket; }
 
-  wxObject *Clone() const;
+  void CopyObject(wxObject& obj_d) const;
+
 public:
   wxSocketBase::wxRequestEvent m_skevt;
   wxSocketBase *m_socket;