summaryrefslogtreecommitdiff
path: root/Source/Applications/Demos/GOL.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Applications/Demos/GOL.cpp')
-rw-r--r--Source/Applications/Demos/GOL.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Applications/Demos/GOL.cpp b/Source/Applications/Demos/GOL.cpp
index cd6e719..675c159 100644
--- a/Source/Applications/Demos/GOL.cpp
+++ b/Source/Applications/Demos/GOL.cpp
@@ -6,7 +6,7 @@
class GOL : public ShellApp {
public:
- GOL() : ShellApp() {}
+ GOL() : ShellApp("GOL.app", "Melon's Game of Life simulator \\o/") {}
int run();
};