X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dc7f9c9cee113d6359ce2b280e69ccde1d616bd6..585a11d609d9bb83dea0b6c1c9dea91161ebe3e3:/utils/ifacecheck/src/ifacecheck.cpp?ds=sidebyside diff --git a/utils/ifacecheck/src/ifacecheck.cpp b/utils/ifacecheck/src/ifacecheck.cpp index a8ce9b2bc6..72ecc5226a 100644 --- a/utils/ifacecheck/src/ifacecheck.cpp +++ b/utils/ifacecheck/src/ifacecheck.cpp @@ -306,11 +306,11 @@ int IfaceCheckApp::CompareClasses(const wxClass* iface, const wxClassPtrArray& a { wxMethodPtrArray overloads; - // try searching for a method with the same name but with + // try searching for methods with the same name but with // different return type / arguments / qualifiers for (unsigned int j=0; jFindMethodNamed(m.GetName()); + wxMethodPtrArray results = api[j]->FindMethodsNamed(m.GetName()); // append "results" array to "overloads" WX_APPEND_ARRAY(overloads, results);