X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fprop%2Fint.hpp;h=baf7dd7e1a8007fc7f7aafca7f5eaf4e2ab8df89;hb=68ad932d712f9a59be529d5283b95617e6da1e28;hp=60c9d51305a55997659efde3cc59c3ad290ac185;hpb=7a01bd3654ed046216308fa64edfd79be7cd525f;p=pulseview.git 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);