summaryrefslogtreecommitdiffhomepage
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.cpp b/main.cpp
index 84cec43..8cc79d0 100644
--- a/main.cpp
+++ b/main.cpp
@@ -2,6 +2,6 @@
int main(int argc, char* argv[])
{
- Weblog weblog;
- return weblog.run(argc, argv);
+ Weblog weblog{argc, argv};
+ return weblog.run();
}