X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..ddd0db9619bb3b8d7dc5e67f2a0b99052fb565d5:/interface/wx/valtext.h diff --git a/interface/wx/valtext.h b/interface/wx/valtext.h index 27e9ba0c76..efe0a3fa10 100644 --- a/interface/wx/valtext.h +++ b/interface/wx/valtext.h @@ -8,7 +8,6 @@ /** @class wxTextValidator - @wxheader{valtext.h} wxTextValidator validates text controls, providing a variety of filtering behaviours. @@ -70,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.