Fix compilation of generic wxDVC code when not using STL containers.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 12 Aug 2011 14:09:37 +0000 (14:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 12 Aug 2011 14:09:37 +0000 (14:09 +0000)
commit3823a15e2c3f6a72da36df4628ea16d0d40fbebf
treee8077fc1a527c13d7f7e74d5c3ba7d967def49f3
parentf795e5865987e2c56043145d6fe766ee09904b90
Fix compilation of generic wxDVC code when not using STL containers.

wx sorted containers don't implement iterators so use indices to iterate over
wxDataViewMainWindow::m_selection, just as r68613 already did in another place.

Closes #13388.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68651 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/generic/datavgen.cpp