X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af49c4b8a2d3553e733e71c7dd3911881f4c1a2a..6c99908c512489b614fb7a4fb010b1d6c2a6857e:/include/wx/socket.h?ds=sidebyside diff --git a/include/wx/socket.h b/include/wx/socket.h index 605e15c5b6..d52e133473 100644 --- a/include/wx/socket.h +++ b/include/wx/socket.h @@ -33,6 +33,7 @@ #include "wx/sckaddr.h" #include "wx/gsocket.h" +#include "wx/list.h" // ------------------------------------------------------------------------ // Types and constants @@ -260,6 +261,8 @@ private: wxSockCbk m_cbk; // callback char *m_cdata; // callback data #endif // WXWIN_COMPATIBILITY + + DECLARE_NO_COPY_CLASS(wxSocketBase) };