]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/ogl/ogledit/ogledit.h
regenerated with DESTDIR fixes
[wxWidgets.git] / contrib / samples / ogl / ogledit / ogledit.h
index 62dfb9bced0c8d0800748df81345e423725ea30a..0cc9ace37016767d472d40071a563d409f7877f9 100644 (file)
@@ -9,7 +9,7 @@
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 // #pragma interface
 #endif
 
@@ -17,6 +17,7 @@
 #define _OGLSAMPLE_OGLEDIT_H_
 
 #include <wx/docview.h>
+#include <wx/deprecated/setup.h>
 
 // Define a new application
 class MyFrame;