X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e5e41feafa1e1fe338ccc3fca63894b920f0ce96..3c679789bdbc8b42b7b71828b0f02f97614ee574:/include/wx/socket.h diff --git a/include/wx/socket.h b/include/wx/socket.h index 21cd4cba90..a8161406c8 100644 --- a/include/wx/socket.h +++ b/include/wx/socket.h @@ -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;