]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/private/sockmsw.h
Add wxToolBarToolBase, missing flags, etc.
[wxWidgets.git] / include / wx / msw / private / sockmsw.h
index 5313b5446edb98a76f9da33f6d6b106bcf877f67..24e393204e184f160be5d2b308e792852a5ca650 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:       wx/msw/gsockmsw.h
+// Name:       wx/msw/private/gsockmsw.h
 // Purpose:    MSW-specific socket implementation
 // Authors:    Guilhem Lavaux, Guillermo Rodriguez Garcia, Vadim Zeitlin
 // Created:    April 1997
@@ -7,7 +7,7 @@
 //             (C) 1999-2000, Guillermo Rodriguez Garcia
 //             (C) 2008 Vadim Zeitlin
 // RCS_ID:     $Id$
-// License:    wxWindows licence
+// Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 
@@ -61,7 +61,7 @@ private:
 
     friend class wxSocketMSWManager;
 
-    DECLARE_NO_COPY_CLASS(wxSocketImplMSW)
+    wxDECLARE_NO_COPY_CLASS(wxSocketImplMSW);
 };
 
 #endif  /* _WX_MSW_GSOCKMSW_H_ */