X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..730b772b41ad9df76e5226290bb9eb917ea161f0:/interface/wx/regex.h?ds=sidebyside diff --git a/interface/wx/regex.h b/interface/wx/regex.h index 6685bd878c..147ea7622e 100644 --- a/interface/wx/regex.h +++ b/interface/wx/regex.h @@ -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