]> git.saurik.com Git - wxWidgets.git/commit - include/wx/vector.h
1. fixed wxVector<T> iterators to actually point to what they're supposed to point...
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 21 Aug 2007 15:47:47 +0000 (15:47 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 21 Aug 2007 15:47:47 +0000 (15:47 +0000)
commit0516de2cdb33937bab49c7b381cecd25c5e50ef2
tree360bc045be897b7082a87fc7028c23537d30ee74
parentb667edaecd6cac9a6069f2d5f091fcc09239614d
1. fixed wxVector<T> iterators to actually point to what they're supposed to point to instead of crashing on any use
2. don't allocate memory for every element on the heap, store elements directly in the array instead of storing pointers to them

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