Prevent some Clang warnings

This commit is contained in:
twinaphex 2016-10-19 18:25:24 +02:00 committed by zeromus
parent 81d1070d9a
commit 559b4ad077
2 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,7 @@ private:
class ISlot1Interface
{
public:
virtual ~ISlot1Interface() {}
//called to get info about device (description)
virtual Slot1Info const* info() = 0;

View File

@ -54,6 +54,7 @@ private:
class ISlot2Interface
{
public:
virtual ~ISlot2Interface() {}
//called to get info about device (description)
virtual Slot2Info const* info() = 0;