mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Rename several child() and children() functions
This commit is contained in:
@@ -299,7 +299,7 @@ void RimGridView::replaceCellFilterCollectionWithOverride()
|
||||
|
||||
// Must call removeChildObject() to make sure the object has no parent
|
||||
// No parent is required when assigning a object into a field
|
||||
m_overrideCellFilterCollection.removeChildObject( overrideRfc );
|
||||
m_overrideCellFilterCollection.removeChild( overrideRfc );
|
||||
|
||||
m_cellFilterCollection = overrideRfc;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user