summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xsrc/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 30b64d9..fa0804d 100755
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -5,7 +5,7 @@
#include <stdexcept>
int main() {
- xe::FirstApp app{};
+ app::FirstApp app{};
try {
app.run();