X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53a2db124c633f80bdb16336084262037d879a2c..18e9c453ef4791c790af3898f556186c4b1226e5:/include/wx/object.h diff --git a/include/wx/object.h b/include/wx/object.h index 88fe417365..da5f418eb6 100644 --- a/include/wx/object.h +++ b/include/wx/object.h @@ -534,7 +534,7 @@ public: return *this; } - bool IsKindOf(wxClassInfo *info) const; + bool IsKindOf(const wxClassInfo *info) const; // Turn on the correct set of new and delete operators