From 6b0711fdcb485ffe6b422e38d5f2ca0bbb06f377 Mon Sep 17 00:00:00 2001 From: Maxence Naud <maxence.naud@cea.fr> Date: Mon, 25 Sep 2023 12:13:29 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- include/aidge/hook/hook.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/aidge/hook/hook.hpp b/include/aidge/hook/hook.hpp index e6d6165c3..0448659b9 100644 --- a/include/aidge/hook/hook.hpp +++ b/include/aidge/hook/hook.hpp @@ -31,7 +31,7 @@ protected: public: Hook(std::shared_ptr<Operator> op) : mOperator(op) {} - ~Hook() = default; + virtual ~Hook(); virtual void call() = 0; -- GitLab