]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/event.h
added short col/row resizing overview
[wxWidgets.git] / 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);
 }