X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4871079576fc5ba20a0f78bdfbe9d7c6d3ce47a8..67d0bba631bfc329047f2bb3cf3ca4cda5848b73:/include/wx/notebook.h diff --git a/include/wx/notebook.h b/include/wx/notebook.h index 78523bd13d..7f6b719f63 100644 --- a/include/wx/notebook.h +++ b/include/wx/notebook.h @@ -12,10 +12,6 @@ #ifndef _WX_NOTEBOOK_H_BASE_ #define _WX_NOTEBOOK_H_BASE_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "notebookbase.h" -#endif - // ---------------------------------------------------------------------------- // headers // ---------------------------------------------------------------------------- @@ -119,8 +115,15 @@ public: { } + wxNotebookEvent(const wxNotebookEvent& event) + : wxBookCtrlBaseEvent(event) + { + } + + virtual wxEvent *Clone() const { return new wxNotebookEvent(*this); } + private: - DECLARE_DYNAMIC_CLASS_NO_COPY(wxNotebookEvent) + DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxNotebookEvent) }; BEGIN_DECLARE_EVENT_TYPES()