]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/life/dialogs.h
Remove some obsolete window styles, added a new sizer flag
[wxWidgets.git] / demos / life / dialogs.h
index b2187cb0c3ded8af52aefb2ca6dc6c6fea85ee0f..f5ebd0a32c29b6b77c21269dd604bac2667e4326 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _LIFE_DIALOGS_H_
 #define _LIFE_DIALOGS_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
     #pragma interface "dialogs.h"
 #endif
 
@@ -44,7 +44,7 @@ public:
     ~LifeSamplesDialog();
 
     // members
-    const LifeShape& GetShape();
+    const LifePattern& GetPattern();
 
     // event handlers
     void OnListBox(wxCommandEvent &event);