From af9083592b2301752520f7965ddcf5fb862a6fc4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 19 May 2001 11:57:32 +0000 Subject: [PATCH] use wxTreeCtrl, not wxGenericTreeCtrl git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10233 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/utils/wxrcedit/propedit.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/utils/wxrcedit/propedit.h b/contrib/utils/wxrcedit/propedit.h index 04ff9c577d..b74371604e 100644 --- a/contrib/utils/wxrcedit/propedit.h +++ b/contrib/utils/wxrcedit/propedit.h @@ -15,12 +15,12 @@ #define _PROPEDIT_H_ #include "wx/panel.h" -#include "wx/generic/treectlg.h" +#include "wx/treectrl.h" #include "nodesdb.h" #include "propframe.h" class WXDLLEXPORT wxXmlNode; -class WXDLLEXPORT wxGenericTreeCtrl; +class WXDLLEXPORT wxTreeCtrl; class WXDLLEXPORT wxTextCtrl; @@ -61,7 +61,7 @@ class PropEditCtrl : public wxPanel PropertiesFrame *m_PropFrame; bool m_Created; - wxGenericTreeCtrl *m_TreeCtrl; + wxTreeCtrl *m_TreeCtrl; wxTreeItemId m_TreeItem; wxWindow *m_TheCtrl; PropertyInfo *m_PropInfo; -- 2.45.2