]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/typetest/typetest.h
disable use of #pragma interface under Mac OS X
[wxWidgets.git] / samples / typetest / typetest.h
index 2fa8ab0e0cc2834bebb4bca6bd93bd3b0afd2583..0b1ca03b17baaf9db016b8f5a4dc6de020c35a1e 100644 (file)
@@ -9,7 +9,7 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "typetest.h"
 #endif
 
@@ -36,6 +36,8 @@ public:
     void DoStreamDemo3(wxCommandEvent& event);
     void DoStreamDemo4(wxCommandEvent& event);
     void DoStreamDemo5(wxCommandEvent& event);
+    void DoStreamDemo6(wxCommandEvent& event);
+    void DoStreamDemo7(wxCommandEvent& event);
 #if wxUSE_UNICODE
     void DoUnicodeDemo(wxCommandEvent& event);
 #endif // wxUSE_UNICODE
@@ -84,6 +86,8 @@ enum
     TYPES_STREAM3,
     TYPES_STREAM4,
     TYPES_STREAM5,
+    TYPES_STREAM6,
+    TYPES_STREAM7,
     TYPES_MIME
 };