mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
clang-tidy : Remove redundant 'virtual' and add 'override'
This commit is contained in:
@@ -37,7 +37,7 @@ class RimGeoMechPropertyFilterCollection : public RimPropertyFilterCollection
|
||||
CAF_PDM_HEADER_INIT;
|
||||
public:
|
||||
RimGeoMechPropertyFilterCollection();
|
||||
virtual ~RimGeoMechPropertyFilterCollection();
|
||||
~RimGeoMechPropertyFilterCollection() override;
|
||||
|
||||
RimGeoMechView* reservoirView();
|
||||
|
||||
@@ -54,5 +54,5 @@ public:
|
||||
|
||||
protected:
|
||||
// Overridden methods
|
||||
virtual void initAfterRead() override;
|
||||
void initAfterRead() override;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user