]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/valtext.h
Doc and comment cleanup, fixes, tweaks
[wxWidgets.git] / interface / wx / valtext.h
index 20c2042a200109c2488d59246a110e03ef347b40..21527bc7961399c4b930ca59e7e46aa8cdbf13b0 100644 (file)
@@ -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.