]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/menuitem.h
Incorrect placement of the '*' in the line "const wxChar* WXDLLIMPEXP_ODBC". It...
[wxWidgets.git] / include / wx / msw / menuitem.h
index 05a943f6f6a58d9396f7d6cce28116ee185111ad..d89e821603fa6b305e33fc578bfbb4374f8da50b 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     11.11.97
 // RCS-ID:      $Id$
 // Copyright:   (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef   _MENUITEM_H
@@ -90,7 +90,7 @@ private:
     // does this item start a radio group?
     bool m_isRadioGroupStart;
 
-    DECLARE_DYNAMIC_CLASS(wxMenuItem)
+    DECLARE_DYNAMIC_CLASS_NO_COPY(wxMenuItem)
 };
 
 #endif  //_MENUITEM_H