X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9b11752c4f9e1fd4b11ba3d184246267facb3ad3..b545684e13530b21082bc2fc5c64c1c14b852994:/include/wx/notebook.h 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); }; // ----------------------------------------------------------------------------