]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/treectrl.h
compilation fix for !MSVC
[wxWidgets.git] / include / wx / msw / treectrl.h
index a9234253773a0e3026a3c46d70bdf1128e2d04f3..dd1deab918c4fe008024adc66f8ff52411fde213 100644 (file)
@@ -450,6 +450,9 @@ private:
     // used for dragging
     wxDragImage *m_dragImage;
 
+    // Virtual root item, if wxTR_HIDE_ROOT is set.
+    void* m_pVirtualRoot;
+
     // the starting item for selection with Shift
     WXHTREEITEM m_htSelStart;