mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Find parent container instead of having a member pointer
This commit is contained in:
@@ -44,7 +44,6 @@ public:
|
||||
RimCellRangeFilter();
|
||||
virtual ~RimCellRangeFilter();
|
||||
|
||||
void setParentContainer(RimCellRangeFilterCollection* parentContainer);
|
||||
RimCellRangeFilterCollection* parentContainer();
|
||||
void setDefaultValues();
|
||||
|
||||
@@ -69,8 +68,6 @@ protected:
|
||||
|
||||
private:
|
||||
const cvf::StructGridInterface* selectedGrid();
|
||||
|
||||
RimCellRangeFilterCollection* m_parentContainer;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user