]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/button.h
detect and report errors in XRC specification of grid sizers
[wxWidgets.git] / include / wx / button.h
index 519d0b7ffefd0cfadffbedf4c08fb4be038132b0..25d56365f0204902b729e2ff0efefc582769693f 100644 (file)
@@ -81,7 +81,7 @@ protected:
     // choose the default border for this window
     virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
 
-    DECLARE_NO_COPY_CLASS(wxButtonBase)
+    wxDECLARE_NO_COPY_CLASS(wxButtonBase);
 };
 
 #if defined(__WXUNIVERSAL__)