X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aaa2b34e816810e376a2cd471755c11713bcd481..75a0a7b7de0cb3d5645ec014b60431b5fa2c7095:/contrib/utils/wxrcedit/propedit.h diff --git a/contrib/utils/wxrcedit/propedit.h b/contrib/utils/wxrcedit/propedit.h index 712035943c..8676a3e262 100644 --- a/contrib/utils/wxrcedit/propedit.h +++ b/contrib/utils/wxrcedit/propedit.h @@ -7,7 +7,7 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface "propedit.h" #endif @@ -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;