]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/treectrl.cpp
Added intermediate state (m_showOnIdle) indicating that
[wxWidgets.git] / src / msw / treectrl.cpp
index e9bfaa8961a391625e4190383a00dbe4806bbc75..4aa5c5ec8f3894b7441539d745c013103d8d4e59 100644 (file)
@@ -293,7 +293,7 @@ class wxTreeItemParam
 {
 public:
     wxTreeItemParam()
-        : m_item((void*)NULL),
+        : m_item((long int)0),
           m_data(NULL)
     {
         for ( size_t n = 0; n < WXSIZEOF(m_images); n++ )