mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Use raw pointers in file readers to avoid circular references
p4#: 20826
This commit is contained in:
@@ -71,7 +71,7 @@ private:
|
||||
QString m_fileName; // Name of file used to start accessing Eclipse output files
|
||||
QStringList m_fileSet; // Set of files in filename's path with same base name as filename
|
||||
|
||||
cvf::ref<RigEclipseCase> m_eclipseCase;
|
||||
RigEclipseCase* m_eclipseCase;
|
||||
|
||||
QList<QDateTime> m_timeSteps;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user