From: Robert Roebling Date: Mon, 21 Aug 2006 14:12:12 +0000 (+0000) Subject: Fix compilation under MSW with GCC cross. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/03e7d1397ecbc051c6ee3adbc7928ffd404b57f2?hp=ab73fe8d1dc54cb83e3a18868db770c96760fbb6 Fix compilation under MSW with GCC cross. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/treectrl.cpp b/src/msw/treectrl.cpp index 08f8e0779f..e9bfaa8961 100644 --- a/src/msw/treectrl.cpp +++ b/src/msw/treectrl.cpp @@ -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++ )