X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12d9e30820444b48882ab9e29139611b99a84495..df135587addaaa316f7ab4606815086ef133e846:/contrib/utils/wxrcedit/propframe.h diff --git a/contrib/utils/wxrcedit/propframe.h b/contrib/utils/wxrcedit/propframe.h index 6a95958500..8f9cd7c74a 100644 --- a/contrib/utils/wxrcedit/propframe.h +++ b/contrib/utils/wxrcedit/propframe.h @@ -7,7 +7,7 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface "propframe.h" #endif @@ -32,7 +32,7 @@ class PropertiesFrame : public wxFrame void ClearProps(); void AddProps(PropertyInfoArray& plist); - void AddSingleProp(const PropertyInfo& pinfo); + void AddSingleProp(const PropertyInfo& pinfo, wxTreeItemId *root = NULL); static PropertiesFrame *Get();