]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/regex.h
don't remove docs for wxThreadHelper::Create; list it in deprecated methods changelog...
[wxWidgets.git] / interface / wx / regex.h
index a61eaf28a4a0d757fc670bac32e391b618942b86..147ea7622e34e1cf4949d347988c545e9a8f7e4f 100644 (file)
@@ -57,7 +57,6 @@ enum
 
 /**
     @class wxRegEx
-    @wxheader{regex.h}
 
     wxRegEx represents a regular expression.  This class provides support
     for regular expressions matching and also replacement.
@@ -199,7 +198,7 @@ public:
         May only be called after successful call to Compile().
     */
     bool Matches(const wxChar* text, int flags = 0) const;
-    const bool Matches(const wxChar* text, int flags, size_t len) const;
+    bool Matches(const wxChar* text, int flags, size_t len) const;
     //@}
 
     /**
@@ -211,7 +210,7 @@ public:
 
         May only be called after successful call to Compile().
     */
-    const bool Matches(const wxString& text, int flags = 0) const;
+    bool Matches(const wxString& text, int flags = 0) const;
 
     /**
         Replaces the current regular expression in the string pointed to by