mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
GCC: Fix warning related to memory alignment seen on gcc11
This commit is contained in:
@@ -29,7 +29,7 @@ class RimSummaryCaseCollection;
|
||||
class RimEclipseCase;
|
||||
class RigWellPath;
|
||||
|
||||
class RifReaderEnsembleStatisticsRft : public RifReaderRftInterface, public cvf::Object
|
||||
class RifReaderEnsembleStatisticsRft : public RifReaderRftInterface
|
||||
{
|
||||
public:
|
||||
RifReaderEnsembleStatisticsRft( const RimSummaryCaseCollection* summaryCaseCollection, RimEclipseCase* eclipseCase );
|
||||
|
||||
Reference in New Issue
Block a user