Fixes by clang-tidy

This commit is contained in:
magnesj
2021-12-24 02:21:23 +00:00
committed by Magne Sjaastad
parent 4d21f90bf9
commit 57e4283d26
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ class RimSummaryMultiPlot : public RimPlotWindow
public:
RimSummaryMultiPlot();
~RimSummaryMultiPlot();
~RimSummaryMultiPlot() override;
QWidget* viewWidget() override;
QImage snapshotWindowContent() override;