X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c99e2fd1b3432974b892be508c0757da5b6ad49..6da1d056caddb65254f37129e6f652df5bb362e9:/interface/wx/list.h 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.