]> git.saurik.com Git - wxWidgets.git/commit
Corrected wxStringListBase implementation of
authorMattia Barbon <mbarbon@cpan.org>
Sat, 5 Mar 2005 16:09:20 +0000 (16:09 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sat, 5 Mar 2005 16:09:20 +0000 (16:09 +0000)
commit3543c79e6fe198f70130e13c9a2ea68754ba6274
treeff3199a725aa3e1a3bd1478f50562d0c27c9c1e2
parentf455ffb2dab3b43d0d525baa6d472af3dd613ee3
  Corrected wxStringListBase implementation of
DeleteFunction. Since wxStringList, when wxUSE_STL == 1
is a list of object (not pointers to objects) it requires
and empty DeleteFunction.

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