From ac26ed15ac8b646ef0e853ddbb464940f1105368 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 17 Apr 2009 00:35:58 +0000 Subject: [PATCH] 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 --- include/wx/event.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/event.h b/include/wx/event.h index 98f0416059..5bf02f3607 100644 --- a/include/wx/event.h +++ b/include/wx/event.h @@ -269,8 +269,8 @@ wxNewEventFunctor(const wxEventType& WXUNUSED(evtType), // This version is used by DECLARE_EVENT_TABLE_ENTRY() inline wxObjectEventFunctor * -wxNewEventFunctor(const wxEventType& WXUNUSED(evtType), - wxObjectEventFunction method) +wxNewEventTableFunctor(const wxEventType& WXUNUSED(evtType), + wxObjectEventFunction method) { return new wxObjectEventFunctor(method, NULL); } -- 2.45.2