From a0b6095e327acbc66349f3e468c12f5555eef2c4 Mon Sep 17 00:00:00 2001 From: Aurelien Labrosse Date: Mon, 13 Nov 2023 08:25:57 +0000 Subject: [PATCH] fix: missing virtual destructor --- lib/Domain/ITargetHost.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Domain/ITargetHost.hpp b/lib/Domain/ITargetHost.hpp index a95fd75..7afe92f 100644 --- a/lib/Domain/ITargetHost.hpp +++ b/lib/Domain/ITargetHost.hpp @@ -33,6 +33,8 @@ class Target { class ITargetHost { public: + virtual ~ITargetHost() {} + /** * Return light intensity for given target * value [0;1024]