mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Linux compilation fix
This commit is contained in:
parent
acb4717e9c
commit
324f05e74e
@ -36,7 +36,7 @@ RiuWellLogPlotCurve::~RiuWellLogPlotCurve()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RiuWellLogPlotCurve::setPlotIntervals(const std::vector<std::pair<size_t, size_t>>& intervals)
|
||||
void RiuWellLogPlotCurve::setPlotIntervals(const std::vector<std::pair<size_t, size_t> >& intervals)
|
||||
{
|
||||
m_intervals = intervals;
|
||||
};
|
||||
|
@ -33,7 +33,7 @@ public:
|
||||
RiuWellLogPlotCurve();
|
||||
virtual ~RiuWellLogPlotCurve();
|
||||
|
||||
void setPlotIntervals(const std::vector<std::pair<size_t, size_t>>& intervals);
|
||||
void setPlotIntervals(const std::vector<std::pair<size_t, size_t> >& intervals);
|
||||
|
||||
protected:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user