]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/private/socket.h
Don't call IAutoComplete::Init() twice for the same control as this leaks memory...
[wxWidgets.git] / include / wx / private / socket.h
index 0e2d15ae9111a7e5493ea7ff8ff5f4e983bf4789..936eb13b5eda7f363dfd23241d6d58199a38bcd8 100644 (file)
@@ -365,7 +365,7 @@ private:
     // socket is shut down
     wxSocketBase *m_wxsocket;
 
-    DECLARE_NO_COPY_CLASS(wxSocketImpl)
+    wxDECLARE_NO_COPY_CLASS(wxSocketImpl);
 };
 
 #if defined(__WXMSW__)