X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..6b03a638a437316e47f02a896d3ad664d59c6ddb:/interface/wx/valtext.h diff --git a/interface/wx/valtext.h b/interface/wx/valtext.h index 20c2042a20..21527bc796 100644 --- a/interface/wx/valtext.h +++ b/interface/wx/valtext.h @@ -74,12 +74,12 @@ public: /** 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.