wxNotebook compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2750 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-06-10 20:48:15 +00:00
parent 04e8174b84
commit 9026ad85a9
2 changed files with 3 additions and 4 deletions

View File

@@ -143,7 +143,7 @@ public:
// callbacks
// ---------
void OnWindowCreate(wxWindowCreateEvent& event);
void OnSize(wxSizeEvent& event);
void OnSelChange(wxNotebookEvent& event);
void OnSetFocus(wxFocusEvent& event);
void OnNavigationKey(wxNavigationKeyEvent& event);