]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/regex.h
fix few doxygen warnings
[wxWidgets.git] / interface / wx / regex.h
index 6685bd878cb116175dbe8b1d70c5ae5992a6f09f..147ea7622e34e1cf4949d347988c545e9a8f7e4f 100644 (file)
@@ -198,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;
     //@}
 
     /**
@@ -210,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