X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/32a95f9f1a4a0ed0f569394e379f220666a8e47f..e0d8fb4572724f043985ef1cf9388ac1c714b1b3:/include/wx/gtk/minifram.h?ds=sidebyside

diff --git a/include/wx/gtk/minifram.h b/include/wx/gtk/minifram.h
index 1828439281..bedee8e027 100644
--- a/include/wx/gtk/minifram.h
+++ b/include/wx/gtk/minifram.h
@@ -10,11 +10,14 @@
 #ifndef __GTKMINIFRAMEH__
 #define __GTKMINIFRAMEH__
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface
 #endif
 
 #include "wx/defs.h"
+
+#if wxUSE_MINIFRAME
+
 #include "wx/object.h"
 #include "wx/frame.h"
 
@@ -60,5 +63,7 @@ public:
     int    m_diffX,m_diffY;
 };
 
+#endif
+
 #endif
   //  __GTKMINIFRAMEH__