summaryrefslogtreecommitdiff
path: root/Source/Applications/Demos/cxxdemo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Applications/Demos/cxxdemo.cpp')
-rw-r--r--Source/Applications/Demos/cxxdemo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Applications/Demos/cxxdemo.cpp b/Source/Applications/Demos/cxxdemo.cpp
index 372e69f..36cfd27 100644
--- a/Source/Applications/Demos/cxxdemo.cpp
+++ b/Source/Applications/Demos/cxxdemo.cpp
@@ -6,7 +6,7 @@
class CPPDemo : public ShellApp {
public:
- CPPDemo() : ShellApp() {}
+ CPPDemo() : ShellApp("CPPDemo.app", "A demo application using the C++ Melon framework") {}
int run();
};