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