]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/valgen.h
clarify wxListCtrl::GetItem (fixes #9640)
[wxWidgets.git] / interface / wx / valgen.h
index ee59b3084cee95b24291bf1a59c6034ff2484835..15f1b2a31a559f5e8f44c2284f023f60a687c7a3 100644 (file)
@@ -100,7 +100,7 @@ public:
     /**
         Clones the generic validator using the copy constructor.
     */
-    virtual wxValidator* Clone() const;
+    virtual wxObject* Clone() const;
 
     /**
         Transfers the value from the window to the appropriate data type.