]> git.saurik.com Git - wxWidgets.git/commitdiff
typo
authorRobert Roebling <robert@roebling.de>
Fri, 17 Aug 2007 10:50:44 +0000 (10:50 +0000)
committerRobert Roebling <robert@roebling.de>
Fri, 17 Aug 2007 10:50:44 +0000 (10:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48143 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/tevent.tex

index c70048d0b98180f671ca5383bcae8d3d4a69e8b4..282cde947f9b79ab8bcf8cff5cf2641471db55d8 100644 (file)
@@ -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&);