X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/56d2f75071fc2a29ec10abe97c5a908bb35f30f4..209f3e1453dd576919bf1cc8f696218dae23c34b:/contrib/utils/wxrcedit/treedt.h diff --git a/contrib/utils/wxrcedit/treedt.h b/contrib/utils/wxrcedit/treedt.h index 39ef82b300..5eba66c475 100644 --- a/contrib/utils/wxrcedit/treedt.h +++ b/contrib/utils/wxrcedit/treedt.h @@ -7,7 +7,7 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface "treedt.h" #endif @@ -17,12 +17,12 @@ #include "wx/treectrl.h" -class wxXmlNode; +class WXDLLEXPORT wxXmlNode; class XmlTreeData : public wxTreeItemData { public: - XmlTreeData(wxXmlNode *n) : Node(n) {} + XmlTreeData(wxXmlNode *n) : Node(n) {} wxXmlNode *Node; };