really fix compilation with wxEVENTS_COMPATIBILITY_2_8 after r60212
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60215 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -269,8 +269,8 @@ wxNewEventFunctor(const wxEventType& WXUNUSED(evtType),
|
|||||||
|
|
||||||
// This version is used by DECLARE_EVENT_TABLE_ENTRY()
|
// This version is used by DECLARE_EVENT_TABLE_ENTRY()
|
||||||
inline wxObjectEventFunctor *
|
inline wxObjectEventFunctor *
|
||||||
wxNewEventFunctor(const wxEventType& WXUNUSED(evtType),
|
wxNewEventTableFunctor(const wxEventType& WXUNUSED(evtType),
|
||||||
wxObjectEventFunction method)
|
wxObjectEventFunction method)
|
||||||
{
|
{
|
||||||
return new wxObjectEventFunctor(method, NULL);
|
return new wxObjectEventFunctor(method, NULL);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user