]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/treectlg.h
Updated font dialog constructors to use a reference to the font data
[wxWidgets.git] / include / wx / generic / treectlg.h
index d10a4e7d42c1014ebdcf602a0426c44229424e09..df8adb4c6e5be2d13e9bbcdaa9e91467360e2d77 100644 (file)
@@ -382,6 +382,8 @@ protected:
 
     wxTimer             *m_renameTimer;
     wxString             m_renameRes;
+    
+    wxBitmap            *m_arrowRight,*m_arrowDown;
 
     // the common part of all ctors
     void Init();