]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/notebook.h
simplify Enable()
[wxWidgets.git] / include / wx / notebook.h
index b636d5910d1db67f909fd4b78c9ca62731f1e7be..96278d07d393b3b39bca600ee914e0caf37cc9bf 100644 (file)
@@ -104,7 +104,7 @@ public:
     virtual bool AcceptsFocus() const { return wxControl::AcceptsFocus(); }
 
 protected:
-    DECLARE_NO_COPY_CLASS(wxNotebookBase)
+    wxDECLARE_NO_COPY_CLASS(wxNotebookBase);
 };
 
 // ----------------------------------------------------------------------------