Fix compilation under MSW with GCC cross.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2006-08-21 14:12:12 +00:00
parent ab73fe8d1d
commit 03e7d1397e

View File

@@ -293,7 +293,7 @@ class wxTreeItemParam
{
public:
wxTreeItemParam()
: m_item(NULL),
: m_item((void*)NULL),
m_data(NULL)
{
for ( size_t n = 0; n < WXSIZEOF(m_images); n++ )