aboutsummaryrefslogtreecommitdiff
path: root/src/bootstrap.hpp
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-06-22 19:27:12 +0200
committerHampusM <hampus@hampusmat.com>2022-06-22 19:27:12 +0200
commit2a0bb102db0a2b29fc2140aa73af2f5d48b50de5 (patch)
treebaa186a42aaea9c95fb84fe9cd026138e9334377 /src/bootstrap.hpp
parent8f47628ede9775510c00c20f8e4690dff2b3fe6e (diff)
refactor: use the new yacppdic DI container name
Diffstat (limited to 'src/bootstrap.hpp')
-rw-r--r--src/bootstrap.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap.hpp b/src/bootstrap.hpp
index 3fd3288..bbe4264 100644
--- a/src/bootstrap.hpp
+++ b/src/bootstrap.hpp
@@ -2,4 +2,4 @@
#include <yacppdic/container.hpp>
-auto bootstrap() noexcept -> yacppdic::Container;
+auto bootstrap() noexcept -> yacppdic::DIContainer;