X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9b11752c4f9e1fd4b11ba3d184246267facb3ad3..05112735c29d896a101918aacd2224b54f6dd653:/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); }; // ----------------------------------------------------------------------------