Fix -Wweak-vtables warnings

This commit is contained in:
Sergio Martins
2020-10-14 14:25:24 +01:00
parent 07db9f9a7a
commit 819725351a
10 changed files with 37 additions and 5 deletions

View File

@@ -79,6 +79,8 @@ public:
, LayoutGuestWidgetBase(this)
{
}
~LayoutGuestWidget() override;
};
}