X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e0a4029251c1d80d50f9cb0bd152d1fca7914bc4..8dba8632c5bcd64724e2e9e2d40e295555a0cb86:/demos/life/dialogs.h diff --git a/demos/life/dialogs.h b/demos/life/dialogs.h index 95c266eb83..e41e45953c 100644 --- a/demos/life/dialogs.h +++ b/demos/life/dialogs.h @@ -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_