From: Robert Roebling Date: Fri, 17 Aug 2007 10:50:44 +0000 (+0000) Subject: typo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7d2beb15bbcc32aafabc01fe4d186ce07fd007e7?ds=inline typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48143 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/tevent.tex b/docs/latex/wx/tevent.tex index c70048d0b9..282cde947f 100644 --- a/docs/latex/wx/tevent.tex +++ b/docs/latex/wx/tevent.tex @@ -550,7 +550,7 @@ private: wxPlotCurve *m_curve; }; -DECLARE_EVENT_MACRO( wxEVT_PLOT_ACTION, -1 ) +DECLARE_EVENT_TYPE( wxEVT_PLOT_ACTION, -1 ) typedef void (wxEvtHandler::*wxPlotEventFunction)(wxPlotEvent&);