From f4d812a5b9131e65bb55db7211dc68fc453792df Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 5 Mar 2022 13:32:35 +0100 Subject: refactor: make small improvements --- src/DI/function_wrapper.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/DI/function_wrapper.hpp') diff --git a/src/DI/function_wrapper.hpp b/src/DI/function_wrapper.hpp index 716668c..f135e7f 100644 --- a/src/DI/function_wrapper.hpp +++ b/src/DI/function_wrapper.hpp @@ -11,7 +11,7 @@ class FunctionWrapper : public IWrapper public: explicit FunctionWrapper(Interface func) noexcept; - [[nodiscard]] Interface get() const; + [[nodiscard]] Interface get() const override; private: const Interface _func; -- cgit v1.2.3-18-g5258