]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/collpaneg.h
osx regrouping
[wxWidgets.git] / include / wx / generic / collpaneg.h
index 01a782ae129facf6699d3d08aad8370d5df6e601..e07130100406a8a66df28518ea4e94f036c0a542 100644 (file)
@@ -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;