]> sigrok.org Git - pulseview.git/blobdiff - pv/prop/int.hpp
Use the 'default' keyword where applicable. This patch
[pulseview.git] / pv / prop / int.hpp
index 60c9d51305a55997659efde3cc59c3ad290ac185..baf7dd7e1a8007fc7f7aafca7f5eaf4e2ab8df89 100644 (file)
@@ -41,7 +41,7 @@ public:
                boost::optional< std::pair<int64_t, int64_t> > range,
                Getter getter, Setter setter);
 
-       virtual ~Int();
+       virtual ~Int() = default;
 
        QWidget* get_widget(QWidget *parent, bool auto_commit);