Linux compilation fix

This commit is contained in:
Pål Hagen
2015-09-18 10:27:55 +02:00
parent acb4717e9c
commit 324f05e74e
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
}; };

View File

@@ -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: