aboutsummaryrefslogtreecommitdiff
path: root/examples/basic/src/bootstrap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/basic/src/bootstrap.cpp')
-rw-r--r--examples/basic/src/bootstrap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/basic/src/bootstrap.cpp b/examples/basic/src/bootstrap.cpp
index 7a78aec..ac81bd9 100644
--- a/examples/basic/src/bootstrap.cpp
+++ b/examples/basic/src/bootstrap.cpp
@@ -12,7 +12,7 @@
#include "hero.hpp"
#include "sword.hpp"
-yacppdic::Container bootstrap()
+auto bootstrap() -> yacppdic::Container
{
auto container = yacppdic::Container();