diff options
author | HampusM <hampus@hampusmat.com> | 2022-06-22 19:27:12 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-06-22 19:27:12 +0200 |
commit | 2a0bb102db0a2b29fc2140aa73af2f5d48b50de5 (patch) | |
tree | baa186a42aaea9c95fb84fe9cd026138e9334377 /src/bootstrap.hpp | |
parent | 8f47628ede9775510c00c20f8e4690dff2b3fe6e (diff) |
refactor: use the new yacppdic DI container name
Diffstat (limited to 'src/bootstrap.hpp')
-rw-r--r-- | src/bootstrap.hpp | 2 |
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; |