correct Clone() signature in the example

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2007-12-09 22:34:38 +00:00
parent 60e92dd5c5
commit 51048c6200

View File

@ -544,7 +544,7 @@ public:
{ return m_curve; }
// required for sending with wxPostEvent()
wxEvent* Clone();
virtual wxEvent *Clone() const;
private:
wxPlotCurve *m_curve;