X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dc7f9c9cee113d6359ce2b280e69ccde1d616bd6..585a11d609d9bb83dea0b6c1c9dea91161ebe3e3:/utils/ifacecheck/src/xmlparser.h diff --git a/utils/ifacecheck/src/xmlparser.h b/utils/ifacecheck/src/xmlparser.h index f160c79b3f..c50034bb8a 100644 --- a/utils/ifacecheck/src/xmlparser.h +++ b/utils/ifacecheck/src/xmlparser.h @@ -277,7 +277,7 @@ public: // misc // returns an array of pointers to the overloaded methods with the // same given name - wxMethodPtrArray FindMethodNamed(const wxString& m) const; + wxMethodPtrArray FindMethodsNamed(const wxString& m) const; // dumps all methods to the given output stream void Dump(wxTextOutputStream& stream) const;