]> git.saurik.com Git - wxWidgets.git/commit
Make wxTreeListEvent dynamically creatable.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 31 Oct 2011 19:41:06 +0000 (19:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 31 Oct 2011 19:41:06 +0000 (19:41 +0000)
commitf81ccc1148c5a1f4ca14e2ad25280f7a6731593c
treed83976203c536307cd52df9d0ad88a85a200056e
parent824216af78f0e70db05b3021446defe6d2636412
Make wxTreeListEvent dynamically creatable.

This is unfortunately required by wxEvent::Clone() support unit test so
provide the default ctor in this class even though it doesn't make any sense
in normal use.

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