[lightweight] small fix

This commit is contained in:
Arsentiy Milchakov 2019-03-27 22:44:20 +03:00 committed by Tatiana Yan
parent 98fe66bf90
commit abc74f85e3

View file

@ -52,6 +52,7 @@ public:
class Delegate
{
public:
virtual ~Delegate() = default;
virtual notifications::NotificationManager & GetNotificationManager() = 0;
};
friend struct LightFrameworkTest;