X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7009f411aac9aea4fd76b33dd55b1f4da3d60886..7b1279006496ba3251a755bcef91301ad107bb78:/include/wx/generic/treectlg.h diff --git a/include/wx/generic/treectlg.h b/include/wx/generic/treectlg.h index d10a4e7d42..df8adb4c6e 100644 --- a/include/wx/generic/treectlg.h +++ b/include/wx/generic/treectlg.h @@ -382,6 +382,8 @@ protected: wxTimer *m_renameTimer; wxString m_renameRes; + + wxBitmap *m_arrowRight,*m_arrowDown; // the common part of all ctors void Init();