Prevent some Clang warnings
This commit is contained in:
parent
81d1070d9a
commit
559b4ad077
|
@ -53,6 +53,7 @@ private:
|
|||
class ISlot1Interface
|
||||
{
|
||||
public:
|
||||
virtual ~ISlot1Interface() {}
|
||||
//called to get info about device (description)
|
||||
virtual Slot1Info const* info() = 0;
|
||||
|
||||
|
|
|
@ -54,6 +54,7 @@ private:
|
|||
class ISlot2Interface
|
||||
{
|
||||
public:
|
||||
virtual ~ISlot2Interface() {}
|
||||
//called to get info about device (description)
|
||||
virtual Slot2Info const* info() = 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue