summaryrefslogtreecommitdiff
path: root/LiteEditor/breakpoint_dlg_base.h
diff options
context:
space:
mode:
authorChow Loong Jin <hyperair@gmail.com>2009-09-25 00:03:00 +0800
committerChow Loong Jin <hyperair@gmail.com>2009-09-25 00:03:00 +0800
commit8a1bbfc1060643aa2b079e2a43b2ecaf1bdaa5da (patch)
treecf03fd0bd3d7878e8f87f2acb6b40aaf67a5291f /LiteEditor/breakpoint_dlg_base.h
parentaef8039e8da8649946e05840a7e74ac3f9d1f752 (diff)
Imported Upstream version 1.0.3035
Diffstat (limited to 'LiteEditor/breakpoint_dlg_base.h')
-rw-r--r--LiteEditor/breakpoint_dlg_base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/LiteEditor/breakpoint_dlg_base.h b/LiteEditor/breakpoint_dlg_base.h
index ff0a9999..c439e5bb 100644
--- a/LiteEditor/breakpoint_dlg_base.h
+++ b/LiteEditor/breakpoint_dlg_base.h
@@ -104,6 +104,7 @@ class BreakpointPropertiesDlg : public wxDialog
// Virtual event handlers, overide them in your derived class
virtual void OnPageChanged( wxChoicebookEvent& event ){ event.Skip(); }
+ virtual void OnPageChanging( wxChoicebookEvent& event ){ event.Skip(); }
virtual void OnCheckBreakLineno( wxCommandEvent& event ){ event.Skip(); }
virtual void OnCheckBreakLinenoUI( wxUpdateUIEvent& event ){ event.Skip(); }
virtual void OnCheckBreakFunction( wxCommandEvent& event ){ event.Skip(); }