summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 362caaad..f85e13f3 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -23,7 +23,7 @@ int main(int argc, char *argv[])
setExceptionHandlers();
cl::CommandLine cl;
- if (auto r=cl.run(GetCommandLineW())) {
+ if (auto r=cl.process(GetCommandLineW())) {
return *r;
}
@@ -73,7 +73,7 @@ int main(int argc, char *argv[])
}
}
- if (auto r=cl.setupCore(app.core())) {
+ if (auto r=cl.run(app.core())) {
return *r;
}