From: Włodzimierz Skiba Date: Tue, 8 Mar 2005 09:51:20 +0000 (+0000) Subject: XTI has own wxObjectEventFunction and has to follow event.h X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/395b5a7626496b9d0f218654fc66ecd457d8037d XTI has own wxObjectEventFunction and has to follow event.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32669 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/xti.h b/include/wx/xti.h index 2eb3e35e22..87da89c741 100644 --- a/include/wx/xti.h +++ b/include/wx/xti.h @@ -92,7 +92,7 @@ class WXDLLIMPEXP_BASE wxObjectRefData; class WXDLLIMPEXP_BASE wxEvent; class WXDLLIMPEXP_BASE wxEvtHandler; -typedef void (wxEvtHandler::*wxObjectEventFunction)(wxEvent&); +typedef void (wxObject::*wxObjectEventFunction)(wxEvent&); #if wxUSE_FUNC_TEMPLATE_POINTER # define wxTO_STRING(type) wxToStringConverter