mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixes by clang-tidy
This commit is contained in:
parent
13dd472a0d
commit
88ef79c1a1
@ -29,7 +29,7 @@ class RifSeismicZGYReader : public RifSeismicReader
|
||||
{
|
||||
public:
|
||||
RifSeismicZGYReader();
|
||||
~RifSeismicZGYReader();
|
||||
~RifSeismicZGYReader() override;
|
||||
|
||||
bool open( QString filename ) override;
|
||||
void close() override;
|
||||
|
Loading…
Reference in New Issue
Block a user