X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..d6416655c7756e809ec4b94fbfc4d2df7cc3c4c6:/interface/wx/valtext.h diff --git a/interface/wx/valtext.h b/interface/wx/valtext.h index 20c2042a20..efe0a3fa10 100644 --- a/interface/wx/valtext.h +++ b/interface/wx/valtext.h @@ -69,17 +69,17 @@ public: /** 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). */ - wxArrayString& GetExcludes() const; + wxArrayString& GetExcludes(); /** Returns a reference to the include list (the list of valid values). */ - wxArrayString& GetIncludes() const; + wxArrayString& GetIncludes(); /** Returns the validator style.