fix compilation both for Robert's cross-compiler and for all normal compilers by just removing the offending m_item initialization line which is unnecessary anyhow

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40801 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-08-24 18:07:40 +00:00
parent 27dee9ae02
commit 20f4b56686

View File

@@ -293,9 +293,9 @@ class wxTreeItemParam
{
public:
wxTreeItemParam()
: m_item(NULL),
m_data(NULL)
{
m_data = NULL;
for ( size_t n = 0; n < WXSIZEOF(m_images); n++ )
{
m_images[n] = -1;