mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Remove virtual keyword from RimWellPathCompletionInterface overrides.
* Stop them from being overriden by child classes.
This commit is contained in:
@@ -46,11 +46,11 @@ public:
|
||||
void setDepthsFromWellPath(const RimWellPath* wellPath);
|
||||
|
||||
// Overrides from RimWellPathCompletionInterface
|
||||
virtual RiaDefines::WellPathComponentType componentType() const override;
|
||||
virtual double startMD() const override;
|
||||
virtual double endMD() const override;
|
||||
virtual QString componentLabel() const override;
|
||||
virtual QString componentTypeLabel() const override;
|
||||
RiaDefines::WellPathComponentType componentType() const override;
|
||||
double startMD() const override;
|
||||
double endMD() const override;
|
||||
QString componentLabel() const override;
|
||||
QString componentTypeLabel() const override;
|
||||
|
||||
private:
|
||||
bool isDiameterSupported() const;
|
||||
|
||||
Reference in New Issue
Block a user