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:
@@ -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;
|
m_intervals = intervals;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ public:
|
|||||||
RiuWellLogPlotCurve();
|
RiuWellLogPlotCurve();
|
||||||
virtual ~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:
|
protected:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user