From 981333bcd42a06853c361a0c80267b6eef59df0e Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Thu, 14 Sep 2017 07:43:56 +0200 Subject: [PATCH] CurveCreator : Fix compiler issue on Linux --- .../Commands/SummaryPlotCommands/RicSummaryCurveCreator.cpp | 2 +- .../Commands/SummaryPlotCommands/RicSummaryCurveCreator.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ApplicationCode/Commands/SummaryPlotCommands/RicSummaryCurveCreator.cpp b/ApplicationCode/Commands/SummaryPlotCommands/RicSummaryCurveCreator.cpp index 6e5cf68618..467fe6a767 100644 --- a/ApplicationCode/Commands/SummaryPlotCommands/RicSummaryCurveCreator.cpp +++ b/ApplicationCode/Commands/SummaryPlotCommands/RicSummaryCurveCreator.cpp @@ -611,7 +611,7 @@ std::set RicSummaryCurveCreator::buildAddressListFromS } void RicSummaryCurveCreator::addSelectionAddress(RifEclipseSummaryAddress::SummaryVarCategory category, - std::vector::const_iterator& identifierAndFieldItr, + std::vector::const_iterator identifierAndFieldItr, std::set& addressSet, std::vector>& identifierPath) { diff --git a/ApplicationCode/Commands/SummaryPlotCommands/RicSummaryCurveCreator.h b/ApplicationCode/Commands/SummaryPlotCommands/RicSummaryCurveCreator.h index 2079dc9aed..d987f74eae 100644 --- a/ApplicationCode/Commands/SummaryPlotCommands/RicSummaryCurveCreator.h +++ b/ApplicationCode/Commands/SummaryPlotCommands/RicSummaryCurveCreator.h @@ -92,7 +92,7 @@ private: const std::vector& identifierAndFieldList); std::set buildAddressListFromSelections(); void addSelectionAddress(RifEclipseSummaryAddress::SummaryVarCategory category, - std::vector::const_iterator& identifierAndFieldItr, + std::vector::const_iterator identifierAndFieldItr, std::set& addressSet, std::vector>& identifierPath);