further ifacecheck fixes (now only 3.3% of documented methods have a wrong signature\!)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56756 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user