X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c294641fd54a4be9777053e149d847cbb90d529e..f6669958924c3c3833e2932b65598b06073d2e65:/include/wx/xtihandler.h diff --git a/include/wx/xtihandler.h b/include/wx/xtihandler.h index a36092c217..de4d3e9d21 100644 --- a/include/wx/xtihandler.h +++ b/include/wx/xtihandler.h @@ -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() \