mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Janitor: add missing override keyword
This commit is contained in:
parent
13130ae268
commit
e695b62db1
@ -51,7 +51,7 @@ protected:
|
|||||||
|
|
||||||
void performDataExtraction( bool* isUsingPseudoLength ) override;
|
void performDataExtraction( bool* isUsingPseudoLength ) override;
|
||||||
|
|
||||||
QString createCurveAutoName();
|
QString createCurveAutoName() override;
|
||||||
|
|
||||||
static void filterInvalidValuesForLogarithmicScale( std::vector<double>& values );
|
static void filterInvalidValuesForLogarithmicScale( std::vector<double>& values );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user