clang-tidy : Remove redundant 'virtual' and add 'override'

This commit is contained in:
Magne Sjaastad
2018-10-18 19:45:57 +02:00
parent c8285602b1
commit 6346ed012c
599 changed files with 2056 additions and 2056 deletions

View File

@@ -37,12 +37,12 @@ class RimGeoMechCellColors : public RimGeoMechResultDefinition
public:
RimGeoMechCellColors(void);
virtual ~RimGeoMechCellColors(void);
~RimGeoMechCellColors(void) override;
caf::PdmChildField<RimRegularLegendConfig*> legendConfig;
void updateIconState();
virtual void initAfterRead() override;
void initAfterRead() override;
protected:
void updateLegendCategorySettings() override;