X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8aea37a9df3a2f5ca949ff466bbf698a4b2e3062..033f86db5f422700eda6284ab338e84168bbba44:/include/wx/sckipc.h diff --git a/include/wx/sckipc.h b/include/wx/sckipc.h index 11e612c227..d446cc4700 100644 --- a/include/wx/sckipc.h +++ b/include/wx/sckipc.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: sckipc.h +// Name: wx/sckipc.h // Purpose: Interprocess communication implementation (wxSocket version) // Author: Julian Smart // Modified by: Guilhem Lavaux (big rewrite) May 1997, 1998 @@ -109,7 +109,7 @@ private: friend class wxTCPClient; friend class wxTCPEventHandler; - DECLARE_NO_COPY_CLASS(wxTCPConnection) + wxDECLARE_NO_COPY_CLASS(wxTCPConnection); DECLARE_DYNAMIC_CLASS(wxTCPConnection) }; @@ -132,7 +132,7 @@ protected: wxString m_filename; #endif // __UNIX_LIKE__ - DECLARE_NO_COPY_CLASS(wxTCPServer) + wxDECLARE_NO_COPY_CLASS(wxTCPServer); DECLARE_DYNAMIC_CLASS(wxTCPServer) };