fix tests for WXWIN_COMPATIBILITY_2_8, closes #13800
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70098 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3349,7 +3349,7 @@ protected:
|
||||
// base class implementation passes the event to wxTheApp
|
||||
virtual bool TryAfter(wxEvent& event);
|
||||
|
||||
#ifdef WXWIN_COMPATIBILITY_2_8
|
||||
#if WXWIN_COMPATIBILITY_2_8
|
||||
// deprecated method: override TryBefore() instead of this one
|
||||
wxDEPRECATED_BUT_USED_INTERNALLY_INLINE(
|
||||
virtual bool TryValidator(wxEvent& WXUNUSED(event)), return false; )
|
||||
|
Reference in New Issue
Block a user