diff options
Diffstat (limited to 'examples/basic/src/bootstrap.hpp')
-rw-r--r-- | examples/basic/src/bootstrap.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/basic/src/bootstrap.hpp b/examples/basic/src/bootstrap.hpp index 104248f..9febbd9 100644 --- a/examples/basic/src/bootstrap.hpp +++ b/examples/basic/src/bootstrap.hpp @@ -2,4 +2,4 @@ #include <yacppdic/container.hpp> -yacppdic::Container bootstrap(); +auto bootstrap() -> yacppdic::Container; |