X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12d9e30820444b48882ab9e29139611b99a84495..a0086878b09ea394de9f5746a5e8f066a3d12dec:/contrib/utils/wxrcedit/splittree.h diff --git a/contrib/utils/wxrcedit/splittree.h b/contrib/utils/wxrcedit/splittree.h index 4be4386cda..4d39434da7 100644 --- a/contrib/utils/wxrcedit/splittree.h +++ b/contrib/utils/wxrcedit/splittree.h @@ -14,7 +14,7 @@ #ifndef _WX_SPLITTREE_H_ #define _WX_SPLITTREE_H_ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface "splittree.h" #endif @@ -166,6 +166,7 @@ public: const wxPoint& pos = wxDefaultPosition, const wxSize& sz = wxDefaultSize, long style = wxSP_3D | wxCLIP_CHILDREN); + ~wxThinSplitterWindow(); //// Overrides