]> git.saurik.com Git - wxWidgets.git/commit - include/wx/listimpl.cpp
DeleteFunction argument should be non-const since it
authorMattia Barbon <mbarbon@cpan.org>
Fri, 3 Feb 2006 18:26:55 +0000 (18:26 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Fri, 3 Feb 2006 18:26:55 +0000 (18:26 +0000)
commit1794103babb9da5387ff71b43f3bd0aa6d2413e2
tree7ea52a7fbfde9a0081464355456b2647280f548a
parentf2197644884edc09ebf3515eda6f54c968064491
  DeleteFunction argument should be non-const since it
is deleted inside the function.

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