]> sigrok.org Git - pulseview.git/blobdiff - pv/devicemanager.hpp
Use the 'default' keyword where applicable. This patch
[pulseview.git] / pv / devicemanager.hpp
index 33e784de5f564f9c35968806e274e12da528b423..d0d11cbd4d7095bcf7f1b3fede305bd83a8a711e 100644 (file)
@@ -50,7 +50,7 @@ class DeviceManager
 public:
        DeviceManager(std::shared_ptr<sigrok::Context> context);
 
-       ~DeviceManager();
+       ~DeviceManager() = default;
 
        const std::shared_ptr<sigrok::Context>& context() const;