#2969 Add const to currentActiveCellInfo

This commit is contained in:
Magne Sjaastad
2018-05-30 10:22:45 +02:00
parent 76c24a5c8d
commit 54f5ab66b4
7 changed files with 9 additions and 9 deletions

View File

@@ -99,7 +99,7 @@ public:
void setOverridePropertyFilterCollection(RimEclipsePropertyFilterCollection* pfc);
RigCaseCellResultsData* currentGridCellResults();
RigActiveCellInfo* currentActiveCellInfo();
const RigActiveCellInfo* currentActiveCellInfo() const;
RimEclipseCellColors* currentFaultResultColors();
void setEclipseCase(RimEclipseCase* reservoir);