Fixes by clang-tidy

This commit is contained in:
magnesj
2021-04-15 02:14:51 +00:00
committed by Magne Sjaastad
parent 6421564b77
commit a44378e2f5
75 changed files with 91 additions and 91 deletions

View File

@@ -36,7 +36,7 @@ public:
~RimVfpPlotCollection() override;
void addPlot( RimVfpPlot* newPlot );
std::vector<RimVfpPlot*> plots() const;
std::vector<RimVfpPlot*> plots() const override;
void deleteAllChildObjects();
size_t plotCount() const final;