mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Linux compilation fix.
friend -> friend class
This commit is contained in:
parent
10c5b37122
commit
c2577391c2
@ -57,7 +57,7 @@ private:
|
||||
std::vector<double> m_yValues;
|
||||
std::vector< std::pair<size_t, size_t> > m_validXValuesIntervals;
|
||||
|
||||
friend RigWellLogCurveDataTestInterface;
|
||||
friend class RigWellLogCurveDataTestInterface;
|
||||
};
|
||||
|
||||
//==================================================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user