improved support for typedefs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55734 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-09-19 10:28:47 +00:00
parent dc7f9c9cee
commit 585a11d609
3 changed files with 43 additions and 10 deletions

View File

@@ -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;