]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/list.h
Allow overriding print preview frame creation in docview.
[wxWidgets.git] / interface / wx / list.h
index bee1b9c1d065de66e3f305b9b720325d9802a733..cb925cde875688ef0d585736f6b5928b60e58b86 100644 (file)
@@ -209,9 +209,11 @@ public:
     wxList<T>::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<T>::compatibility_iterator Member(T* object) const;
+    bool Member(T* object) const;
 
     /**
         @deprecated This function is deprecated, use Item() instead.