]> git.saurik.com Git - wxWidgets.git/commitdiff
Get rid of ugly wxCONTROL_ITEMCONTAINER_CLIENTDATAOBJECT_RECAST macro.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 30 Jul 2011 11:30:08 +0000 (11:30 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 30 Jul 2011 11:30:08 +0000 (11:30 +0000)
Replace it with wxWindowWithItems<> template class which takes care of
disambiguating between the two inherited Get/SetClientXXX() versions and use
it as a base class in all clases that previously used the macro.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68460 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775


No differences found