Resolve majority of clang+libstdc++ warnings

This commit is contained in:
damageboy
2021-12-07 11:58:55 +02:00
parent aa4c895c1e
commit 7424c4fe94
8 changed files with 14 additions and 8 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ namespace raw
void stop();
protected:
DeviceMonitor();
~DeviceMonitor();
virtual ~DeviceMonitor();
virtual void addDevice(std::string device) = 0;
virtual void removeDevice(std::string device) = 0;
private: