other ifacecheck fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56535 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-10-27 21:18:55 +00:00
parent 83fdf79672
commit 50ec54b656
5 changed files with 16 additions and 15 deletions

View File

@@ -409,7 +409,7 @@ public:
/**
Returns @true if this class is a kind of (inherits from) the given class.
*/
bool IsKindOf(const wxClassInfo* info);
bool IsKindOf(const wxClassInfo* info) const;
};