diff options
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; |