mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix delete of tracks by adding virtual plot interface destructor
This commit is contained in:
parent
b343aa1ae9
commit
6687b6ad94
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user