]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/life/dialogs.h
corrected conditional compilation for Darwin
[wxWidgets.git] / demos / life / dialogs.h
index 95c266eb832410ed8d43cd730dd63230c3374367..e41e45953c65d3e97368a81ecb5b09bf87a69c52 100644 (file)
@@ -28,8 +28,6 @@
     #include "wx/wx.h"
 #endif
 
-#include "wx/spinctrl.h"
-
 #include "life.h"
 #include "game.h"
 
@@ -46,7 +44,7 @@ public:
     ~LifeSamplesDialog();
 
     // members
-    const LifeShape& GetShape();
+    const LifePattern& GetPattern();
 
     // event handlers
     void OnListBox(wxCommandEvent &event);
@@ -73,4 +71,5 @@ public:
     LifeAboutDialog(wxWindow *parent);
 };
 
+
 #endif  // _LIFE_DIALOGS_H_