]> git.saurik.com Git - wxWidgets.git/commit
Don't use iterators with wxDataViewSelection.
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 9 Aug 2011 11:35:32 +0000 (11:35 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 9 Aug 2011 11:35:32 +0000 (11:35 +0000)
commiteceb6af1586b7ec760bcbc1aca01ca59e4cd1711
tree4a6a93683362c09c87291c5369b56e9cc24f6a31
parentb86ac1efaa8861448e554b38796aeab7df669080
Don't use iterators with wxDataViewSelection.

They aren't implemented when using wx's homegrown sorted containers
and adding support is probably more trouble than it's worth.

Fixes #13388.

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