mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Janitor : Add missing override
This commit is contained in:
parent
9bbb56ceee
commit
03c436393c
@ -77,8 +77,8 @@ public:
|
||||
bool isAxisInverted() const;
|
||||
void setAxisInverted( bool inverted );
|
||||
|
||||
std::vector<RimPlotAxisAnnotation*> annotations() const;
|
||||
void appendAnnotation( RimPlotAxisAnnotation* annotation );
|
||||
std::vector<RimPlotAxisAnnotation*> annotations() const override;
|
||||
void appendAnnotation( RimPlotAxisAnnotation* annotation ) override;
|
||||
void removeAllAnnotations() override;
|
||||
|
||||
caf::PdmField<QString> customTitle;
|
||||
|
Loading…
Reference in New Issue
Block a user