]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/ifacecheck/src/xmlparser.h
improved support for typedefs
[wxWidgets.git] / utils / ifacecheck / src / xmlparser.h
index f160c79b3f45804459e16b7aefc8ab7524b12230..c50034bb8a7bb0b5b88ce35d823d00833f8337d9 100644 (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;