mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Avoid using c++-14
This commit is contained in:
parent
0d456a1f1b
commit
4ed30ad4af
@ -152,7 +152,7 @@ void RicNewSummaryPlotFeature::setupActionLook(QAction* actionToSetup)
|
||||
CAF_CMD_SOURCE_INIT(RicNewSummaryPlotDirectFeature, "RicNewSummaryPlotDirectFeature");
|
||||
|
||||
|
||||
auto extractSumPlotCollectionOrSelectedSumCasesFromSelection()
|
||||
std::pair<RimSummaryPlotCollection*, std::vector<RimSummaryCase*>> extractSumPlotCollectionOrSelectedSumCasesFromSelection()
|
||||
{
|
||||
std::vector<RimSummaryCase*> selectedSumCases;
|
||||
RimSummaryPlotCollection* sumPlotColl = nullptr;
|
||||
|
Loading…
Reference in New Issue
Block a user