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:
parent
60e92dd5c5
commit
51048c6200
@ -544,7 +544,7 @@ public:
|
||||
{ return m_curve; }
|
||||
|
||||
// required for sending with wxPostEvent()
|
||||
wxEvent* Clone();
|
||||
virtual wxEvent *Clone() const;
|
||||
|
||||
private:
|
||||
wxPlotCurve *m_curve;
|
||||
|
Loading…
Reference in New Issue
Block a user