From 2a0bb102db0a2b29fc2140aa73af2f5d48b50de5 Mon Sep 17 00:00:00 2001 From: HampusM Date: Wed, 22 Jun 2022 19:27:12 +0200 Subject: refactor: use the new yacppdic DI container name --- src/bootstrap.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bootstrap.hpp') 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 -auto bootstrap() noexcept -> yacppdic::Container; +auto bootstrap() noexcept -> yacppdic::DIContainer; -- cgit v1.2.3-18-g5258