git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58200
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// value is used by the event table macros
inline wxObjectEventFunctor *
// value is used by the event table macros
inline wxObjectEventFunctor *
-wxNewEventFunctor(wxEventType WXUNUSED(evtType),
+wxNewEventFunctor(const wxEventType& WXUNUSED(evtType),
wxObjectEventFunction method,
wxEvtHandler *handler = NULL)
{
wxObjectEventFunction method,
wxEvtHandler *handler = NULL)
{
}
inline wxObjectEventFunctor
}
inline wxObjectEventFunctor
-wxConstructEventFunctor(wxEventType WXUNUSED(evtType),
+wxConstructEventFunctor(const wxEventType& WXUNUSED(evtType),
wxObjectEventFunction method,
wxEvtHandler *handler)
{
wxObjectEventFunction method,
wxEvtHandler *handler)
{