Fix delete of tracks by adding virtual plot interface destructor

This commit is contained in:
Gaute Lindkvist 2019-10-24 14:11:17 +02:00
parent b343aa1ae9
commit 6687b6ad94

View File

@ -48,6 +48,9 @@ public:
virtual RiuQwtPlotWidget* viewer() = 0; virtual RiuQwtPlotWidget* viewer() = 0;
virtual bool isChecked() const = 0; virtual bool isChecked() const = 0;
RimPlotInterface() = default;
virtual ~RimPlotInterface() = default;
virtual int widthScaleFactor() const virtual int widthScaleFactor() const
{ {
return NORMAL; return NORMAL;