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;