projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
a temporary hack to make testing wxTLW/Univ easier
[wxWidgets.git]
/
demos
/
life
/
dialogs.h
diff --git
a/demos/life/dialogs.h
b/demos/life/dialogs.h
index 95c266eb832410ed8d43cd730dd63230c3374367..e41e45953c65d3e97368a81ecb5b09bf87a69c52 100644
(file)
--- a/
demos/life/dialogs.h
+++ b/
demos/life/dialogs.h
@@
-28,8
+28,6
@@
#include "wx/wx.h"
#endif
#include "wx/wx.h"
#endif
-#include "wx/spinctrl.h"
-
#include "life.h"
#include "game.h"
#include "life.h"
#include "game.h"
@@
-46,7
+44,7
@@
public:
~LifeSamplesDialog();
// members
~LifeSamplesDialog();
// members
- const Life
Shape& GetShape
();
+ const Life
Pattern& GetPattern
();
// event handlers
void OnListBox(wxCommandEvent &event);
// event handlers
void OnListBox(wxCommandEvent &event);
@@
-73,4
+71,5
@@
public:
LifeAboutDialog(wxWindow *parent);
};
LifeAboutDialog(wxWindow *parent);
};
+
#endif // _LIFE_DIALOGS_H_
#endif // _LIFE_DIALOGS_H_