From ea8cc60dc4af9b88d13f4a143986a3fad7e1691a Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 27 Mar 2022 20:22:52 +0200 Subject: refactor: clean up DI code --- src/DI/container.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/DI/container.hpp') diff --git a/src/DI/container.hpp b/src/DI/container.hpp index 974780a..2efb265 100644 --- a/src/DI/container.hpp +++ b/src/DI/container.hpp @@ -34,7 +34,7 @@ public: template BindingBuilder bind() noexcept; - template >> + template >> std::shared_ptr get() const noexcept; template >> -- cgit v1.2.3-18-g5258