diff options
Diffstat (limited to 'Project/MainFrame.h')
-rw-r--r-- | Project/MainFrame.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Project/MainFrame.h b/Project/MainFrame.h index 2b54414..8459926 100644 --- a/Project/MainFrame.h +++ b/Project/MainFrame.h @@ -28,6 +28,8 @@ class MainFrame : public MainFrameBase ~MainFrame(); protected: + virtual void NotebookPageClosed(wxAuiNotebookEvent& event); + virtual void NotebookPageClosing(wxAuiNotebookEvent& event); virtual void OnAboutClick(wxRibbonButtonBarEvent& event); virtual void OnAddElementDropdown(wxRibbonButtonBarEvent& event); virtual void OnChartsClick(wxRibbonButtonBarEvent& event); |