X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fprop%2Fint.hpp;h=baf7dd7e1a8007fc7f7aafca7f5eaf4e2ab8df89;hp=60c9d51305a55997659efde3cc59c3ad290ac185;hb=c6246dc56ed01d7e99aa65ab88b8c191300b1ebd;hpb=4fb5fb99ba0453af3080e82e4f3e2f295a55616b diff --git a/pv/prop/int.hpp b/pv/prop/int.hpp index 60c9d513..baf7dd7e 100644 --- a/pv/prop/int.hpp +++ b/pv/prop/int.hpp @@ -41,7 +41,7 @@ public: boost::optional< std::pair > range, Getter getter, Setter setter); - virtual ~Int(); + virtual ~Int() = default; QWidget* get_widget(QWidget *parent, bool auto_commit);