]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/sckipc.cpp
metadata streaming
[wxWidgets.git] / src / common / sckipc.cpp
index 2ababd83cd367d9ad0bc607fa2e3e9fb438ebf7d..ceeaec71fa6106b74b0cbd4f4568a398d0b57584 100644 (file)
@@ -125,6 +125,7 @@ public:
   void Server_OnRequest(wxSocketEvent& event);
 
   DECLARE_EVENT_TABLE()
+  DECLARE_NO_COPY_CLASS(wxTCPEventHandler)
 };
 
 enum
@@ -743,7 +744,7 @@ void wxTCPEventHandler::Server_OnRequest(wxSocketEvent &event)
 // wxTCPEventHandlerModule (private class)
 // --------------------------------------------------------------------------
 
-class WXDLLEXPORT wxTCPEventHandlerModule: public wxModule
+class wxTCPEventHandlerModule: public wxModule
 {
   DECLARE_DYNAMIC_CLASS(wxTCPEventHandlerModule)