aboutsummaryrefslogtreecommitdiff
path: root/src/DI/container.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/DI/container.cpp')
-rw-r--r--src/DI/container.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DI/container.cpp b/src/DI/container.cpp
index 4b86186..1b5dc55 100644
--- a/src/DI/container.cpp
+++ b/src/DI/container.cpp
@@ -1,6 +1,6 @@
#include "container.hpp"
-void Container::add(BaseObjectType type, const Ptr<IGenericWrapper> &wrapper) noexcept
+void Container::add(BaseObjectType type, const WrapperPtr<IGenericWrapper> &wrapper) noexcept
{
_bindings.insert({type, wrapper});
}