Private
Public Access
2
0

iio.hpp: Added an empty destructor to get rid of a warning

Signed-off-by: Nicola Lunghi <nicola.lunghi@emutex.com>
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Nicola Lunghi
2017-02-21 11:17:09 +00:00
committed by Brendan Le Foll
parent 2ea68105f0
commit caabca37be

View File

@@ -47,6 +47,7 @@ class IioHandler
{
public:
virtual void onIioEvent(const IioEventData& eventData) = 0;
virtual ~IioHandler() {}; // add an empty destructor to get rid of warning
};