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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user