]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/utils/wxrcedit/propedit.h
trying to add wxBase project file from Unix
[wxWidgets.git] / contrib / utils / wxrcedit / propedit.h
index 712035943cb46d1164d3bfcf93912e619b53d5f6..b74371604e1e93b801c5aaa3666bb6048f018f64 100644 (file)
@@ -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;