rename OnResize() to OnSize() to avoid conflict with base class OnResize(void) virtual

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41431 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-09-25 12:40:37 +00:00
parent c57cdbd8d6
commit 012967ef1b
2 changed files with 3 additions and 3 deletions

View File

@@ -138,7 +138,7 @@ protected:
virtual wxSize DoGetBestSize() const;
// Event handlers
void OnResize(wxSizeEvent& event);
void OnSize(wxSizeEvent& event);
// Recalculates amount of empty space needed in front of
// text in control itself.