]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/treectrl.h
updated i18n sample, french translations are now in the "fr" subdirectory.
[wxWidgets.git] / include / wx / generic / treectrl.h
index 29acb18cea2bd26254fed4a768dd977755907071..cd3c90b8b6dc9cda0f4ac32e8bc2db151fe6f08d 100644 (file)
@@ -456,6 +456,7 @@ protected:
     wxBrush             *m_hilightBrush;
     wxImageList         *m_imageListNormal,
                         *m_imageListState;
+    int                  m_dragCount;
 
     // the common part of all ctors
     void Init();