]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/ctrlsub.h
Revert HasModifiers() change in behaviour, add HasAnyModifiers().
[wxWidgets.git] / include / wx / generic / ctrlsub.h
index c20c7e62535f733e0d8ed2de88b8bbffece79df0..1733342f9095c2004cb0430c11141f2f7572dd15 100644 (file)
@@ -116,7 +116,7 @@ private:
         return true;
     }
 
-    DECLARE_NO_COPY_CLASS(wxControlWithItemsGeneric)
+    wxDECLARE_NO_COPY_CLASS(wxControlWithItemsGeneric);
 };
 
 #endif // _WX_GENERIC_CTRLSUB_H_