aboutsummaryrefslogtreecommitdiff
path: root/examples/basic/src/bootstrap.hpp
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-06-14 18:31:39 +0200
committerHampusM <hampus@hampusmat.com>2022-06-14 18:31:39 +0200
commit845ff3d141553d24d4572738101fce948bf40e67 (patch)
treefff2a606ba04bc4526e69df0b7b1e3d28fdf63b3 /examples/basic/src/bootstrap.hpp
parent9d50e72892f84c602df3c328259cdfdd325bca12 (diff)
refactor!: rename Container to DIContainer
Diffstat (limited to 'examples/basic/src/bootstrap.hpp')
-rw-r--r--examples/basic/src/bootstrap.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/basic/src/bootstrap.hpp b/examples/basic/src/bootstrap.hpp
index 9febbd9..964a3d7 100644
--- a/examples/basic/src/bootstrap.hpp
+++ b/examples/basic/src/bootstrap.hpp
@@ -2,4 +2,4 @@
#include <yacppdic/container.hpp>
-auto bootstrap() -> yacppdic::Container;
+auto bootstrap() -> yacppdic::DIContainer;