#include "propframe.h"
class WXDLLEXPORT wxXmlNode;
-class WXDLLEXPORT wxGenericTreeCtrl;
+class WXDLLEXPORT wxTreeCtrl;
class WXDLLEXPORT wxTextCtrl;
PropertiesFrame *m_PropFrame;
bool m_Created;
- wxGenericTreeCtrl *m_TreeCtrl;
+ wxTreeCtrl *m_TreeCtrl;
wxTreeItemId m_TreeItem;
wxWindow *m_TheCtrl;
PropertyInfo *m_PropInfo;