]> git.saurik.com Git - wxWidgets.git/commitdiff
really fix compilation with wxEVENTS_COMPATIBILITY_2_8 after r60212
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 17 Apr 2009 00:35:58 +0000 (00:35 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 17 Apr 2009 00:35:58 +0000 (00:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60215 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/event.h

index 98f0416059579ab428b5a2bbe5d279a540712a7a..5bf02f36070e5a71a24e9e349b95ee0a83abf296 100644 (file)
@@ -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);
 }