]> git.saurik.com Git - wxWidgets.git/commitdiff
correct Clone() signature in the example
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 9 Dec 2007 22:34:38 +0000 (22:34 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 9 Dec 2007 22:34:38 +0000 (22:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/tevent.tex

index 7468d45803e380c3dd43826aa1927c1f7a59126d..084173279101c20be37b019be1eb1b672b85eeaf 100644 (file)
@@ -544,7 +544,7 @@ public:
         { return m_curve; }
 
     // required for sending with wxPostEvent()
-    wxEvent* Clone();
+    virtual wxEvent *Clone() const;
 
 private:
     wxPlotCurve   *m_curve;