X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c99e2fd1b3432974b892be508c0757da5b6ad49..4311588bfe40e15dc83154b9653ebc432b42baeb:/interface/wx/list.h?ds=inline diff --git a/interface/wx/list.h b/interface/wx/list.h index bee1b9c1d0..cb925cde87 100644 --- a/interface/wx/list.h +++ b/interface/wx/list.h @@ -209,9 +209,11 @@ public: wxList::compatibility_iterator Item(size_t index) const; /** - @deprecated This function is deprecated, use Find() instead. + Check if the object is present in the list. + + @see Find() */ - wxList::compatibility_iterator Member(T* object) const; + bool Member(T* object) const; /** @deprecated This function is deprecated, use Item() instead.