From: Stefan Csomor Date: Tue, 29 Jul 2008 20:30:22 +0000 (+0000) Subject: osx regrouping X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5ea93bd3601d181ab807a382e01df171caa680fd?ds=inline osx regrouping git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54830 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/generic/collpaneg.h b/include/wx/generic/collpaneg.h index 01a782ae12..e071301004 100644 --- a/include/wx/generic/collpaneg.h +++ b/include/wx/generic/collpaneg.h @@ -15,7 +15,7 @@ // forward declared class WXDLLIMPEXP_FWD_CORE wxButton; class WXDLLIMPEXP_FWD_CORE wxStaticLine; -#ifdef __WXMAC__ +#if defined( __WXMAC__ ) && !defined(__WXUNIVERSAL__) class WXDLLIMPEXP_FWD_CORE wxDisclosureTriangle; #endif @@ -79,7 +79,7 @@ protected: int GetBorder() const; // child controls -#ifdef __WXMAC__ +#if defined( __WXMAC__ ) && !defined(__WXUNIVERSAL__) wxDisclosureTriangle *m_pButton; #else wxButton *m_pButton;