]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix compilation under MSW with GCC cross.
authorRobert Roebling <robert@roebling.de>
Mon, 21 Aug 2006 14:12:12 +0000 (14:12 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 21 Aug 2006 14:12:12 +0000 (14:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/treectrl.cpp

index 08f8e0779f8a387843b166dc314b3c606d71001e..e9bfaa8961a391625e4190383a00dbe4806bbc75 100644 (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++ )