]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/valtext.h
Small modifications to Vadims changes
[wxWidgets.git] / include / wx / valtext.h
index bd2bb8d93b35c186c85e05a06981efc3a37fa844..14af71c49397f0001fd6c0f3c67410d6d2fec193 100644 (file)
@@ -39,7 +39,7 @@ public:
   // if you're passing a reference to a validator.
   // Another possibility is to always pass a pointer to a new validator
   // (so the calling code can use a copy constructor of the relevant class).
-  virtual wxValidator *Clone(void) const { return new wxTextValidator(*this); }
+  virtual wxObject *Clone(void) const { return new wxTextValidator(*this); }
   bool Copy(const wxTextValidator& val);
 
   // Called when the value in the window must be validated.