X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/56d2f75071fc2a29ec10abe97c5a908bb35f30f4..6ee3c06421446908fabe9de45b8e0c7519c28c24:/contrib/utils/wxrcedit/treedt.h diff --git a/contrib/utils/wxrcedit/treedt.h b/contrib/utils/wxrcedit/treedt.h index 39ef82b300..4360866305 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,7 +17,7 @@ #include "wx/treectrl.h" -class wxXmlNode; +class WXDLLEXPORT wxXmlNode; class XmlTreeData : public wxTreeItemData {