X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9b11752c4f9e1fd4b11ba3d184246267facb3ad3..20fb9ddf29c84e9684f79bc55cc38fe5b665fae9:/include/wx/notebook.h?ds=sidebyside diff --git a/include/wx/notebook.h b/include/wx/notebook.h index b636d5910d..96278d07d3 100644 --- a/include/wx/notebook.h +++ b/include/wx/notebook.h @@ -104,7 +104,7 @@ public: virtual bool AcceptsFocus() const { return wxControl::AcceptsFocus(); } protected: - DECLARE_NO_COPY_CLASS(wxNotebookBase) + wxDECLARE_NO_COPY_CLASS(wxNotebookBase); }; // ----------------------------------------------------------------------------