X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6c887ddefbca8c14451f22f4ab8b927e2e6b62e3..afbf46a31740bb05af12a8ba0069345a2c9aba46:/include/wx/xtihandler.h diff --git a/include/wx/xtihandler.h b/include/wx/xtihandler.h index 2698cbe2c4..de4d3e9d21 100644 --- a/include/wx/xtihandler.h +++ b/include/wx/xtihandler.h @@ -19,7 +19,7 @@ #include "wx/xti.h" -// copied from event.h which cannot be included at this place, TODO MOVE to common file +// copied from event.h which cannot be included at this place class WXDLLIMPEXP_FWD_BASE wxEvent; @@ -94,7 +94,7 @@ private: #define wxHANDLER(name,eventClassType) \ static wxHandlerInfo _handlerInfo##name( first, class_t::GetClassInfoStatic(), \ wxT(#name), (wxObjectEventFunction) (wxEventFunction) &name, \ - CLASSINFO( eventClassType ) ); + wxCLASSINFO( eventClassType ) ); #define wxBEGIN_HANDLERS_TABLE(theClass) \ wxHandlerInfo *theClass::GetHandlersStatic() \