X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aaa2b34e816810e376a2cd471755c11713bcd481..5bf2abe34850e0952a44f3be4a4390ea12c55bd0:/contrib/utils/wxrcedit/propedit.h diff --git a/contrib/utils/wxrcedit/propedit.h b/contrib/utils/wxrcedit/propedit.h index 712035943c..b74371604e 100644 --- a/contrib/utils/wxrcedit/propedit.h +++ b/contrib/utils/wxrcedit/propedit.h @@ -20,7 +20,7 @@ #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;