]> git.saurik.com Git - wxWidgets.git/commit
VC6 compilation fixes for wxTreeListCtrl.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 29 Sep 2011 12:29:38 +0000 (12:29 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 29 Sep 2011 12:29:38 +0000 (12:29 +0000)
commit276f3938c4ae6420a05ad2a7667fdf79261c33d6
tree333b3cb077da67d162aaac2773ecb250797b1b80
parent423b9ba5543a9a54112accdba995928cb073e389
VC6 compilation fixes for wxTreeListCtrl.

For some reason comparing wxTreeListItem with its associated Type doesn't work
when using VC6 ("error C2593: 'operator ==' is ambiguous") so help the compiler
to do it.

Also remove the unnecessary (and unsupported by VC6) return from void function.

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