Skip to content

Commit

Permalink
Add missing overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Feb 26, 2024
1 parent 86ddf4b commit fd617f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ApplicationLibCode/FileInterface/RifEclEclipseSummary.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class RifEclEclipseSummary : public RifSummaryReaderInterface

private:
int indexFromAddress( const RifEclipseSummaryAddress& resultAddress ) const;
void buildMetaData();
void buildMetaData() override;

private:
ecl_sum_type* m_ecl_sum;
Expand Down
2 changes: 1 addition & 1 deletion ApplicationLibCode/FileInterface/RifOpmCommonSummary.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class RifOpmCommonEclipseSummary : public RifSummaryReaderInterface
RiaDefines::EclipseUnitSystem unitSystem() const override;

private:
void buildMetaData();
void buildMetaData() override;
bool openFileReader( const QString& fileName, bool includeRestartFiles, RiaThreadSafeLogger* threadSafeLogger );

static void increaseEsmryFileCount();
Expand Down
2 changes: 1 addition & 1 deletion ApplicationLibCode/FileInterface/RifOpmHdf5Summary.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class RifOpmHdf5Summary : public RifSummaryReaderInterface
RiaDefines::EclipseUnitSystem unitSystem() const override;

private:
void buildMetaData();
void buildMetaData() override;
bool openESmryFile( const QString& headerFileName, bool includeRestartFiles, RiaThreadSafeLogger* threadSafeLogger );

private:
Expand Down

0 comments on commit fd617f6

Please sign in to comment.