]> git.saurik.com Git - wxWidgets.git/commit
Move wxList::Member() to pseudo-template base list class.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 10 Oct 2010 12:48:36 +0000 (12:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 10 Oct 2010 12:48:36 +0000 (12:48 +0000)
commit20d88ec69276f21bc8627617395c30dd92c03959
treea99cb7143a207483fee1979f167c7c848060107c
parented8b46bba32c76a5544e6043a0a6de21eda5a712
Move wxList::Member() to pseudo-template base list class.

Member() should be available in all list classes, not just specially crafted
list of wxObjects (wxList).

See #3616.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65789 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/list.h
src/osx/carbon/nonownedwnd.cpp