From abc74f85e3c2b0eb29726e57137843d151c23270 Mon Sep 17 00:00:00 2001 From: Arsentiy Milchakov Date: Wed, 27 Mar 2019 22:44:20 +0300 Subject: [PATCH] [lightweight] small fix --- map/framework_light.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/map/framework_light.hpp b/map/framework_light.hpp index 120243f6a8..ec9a4fa3f6 100644 --- a/map/framework_light.hpp +++ b/map/framework_light.hpp @@ -52,6 +52,7 @@ public: class Delegate { public: + virtual ~Delegate() = default; virtual notifications::NotificationManager & GetNotificationManager() = 0; }; friend struct LightFrameworkTest;