Fix networkdevicemonitor virtual destructor
This commit is contained in:
parent
66d62b87de
commit
f3760ff84a
@ -44,7 +44,7 @@ class LIBNYMEA_EXPORT NetworkDeviceMonitor : public QObject
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
explicit NetworkDeviceMonitor(QObject *parent = nullptr);
|
explicit NetworkDeviceMonitor(QObject *parent = nullptr);
|
||||||
virtual ~NetworkDeviceMonitor();
|
virtual ~NetworkDeviceMonitor() = default;
|
||||||
|
|
||||||
virtual MacAddress macAddress() const = 0;
|
virtual MacAddress macAddress() const = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user