Fixed Plot compilation, aliased OnScroll to HandleOnScroll

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12618 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2001-11-23 13:27:56 +00:00
parent b97a1a73fd
commit 4ed56ed897
3 changed files with 8 additions and 7 deletions

View File

@@ -108,6 +108,7 @@ public:
// the methods to be called from the window event handlers
void HandleOnScroll(wxScrollWinEvent& event);
void OnScroll(wxScrollWinEvent& event) { HandleOnScroll(event); }
void HandleOnSize(wxSizeEvent& event);
void HandleOnPaint(wxPaintEvent& event);
void HandleOnChar(wxKeyEvent& event);