]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/valtext.h
remove the implementation of the conversion operators (forgot to do it in the initial...
[wxWidgets.git] / interface / wx / valtext.h
index 20c2042a200109c2488d59246a110e03ef347b40..efe0a3fa108c8c8e1a42035720bbd7c5fff7d4e5 100644 (file)
@@ -69,17 +69,17 @@ public:
     /**
         Clones the text validator using the copy constructor.
     */
     /**
         Clones the text validator using the copy constructor.
     */
-    virtual wxValidator* Clone() const;
+    virtual wxObject* Clone() const;
 
     /**
         Returns a reference to the exclude list (the list of invalid values).
     */
 
     /**
         Returns a reference to the exclude list (the list of invalid values).
     */
-    wxArrayString& GetExcludes() const;
+    wxArrayString& GetExcludes();
 
     /**
         Returns a reference to the include list (the list of valid values).
     */
 
     /**
         Returns a reference to the include list (the list of valid values).
     */
-    wxArrayString& GetIncludes() const;
+    wxArrayString& GetIncludes();
 
     /**
         Returns the validator style.
 
     /**
         Returns the validator style.