mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
System : Move name to private field
This commit is contained in:
@@ -1018,7 +1018,7 @@ void RimViewController::applyRangeFilterCollectionByUserChoice()
|
||||
return;
|
||||
}
|
||||
|
||||
bool restoreOriginal = askUserToRestoreOriginalRangeFilterCollection(m_managedView->name);
|
||||
bool restoreOriginal = askUserToRestoreOriginalRangeFilterCollection(m_managedView->name());
|
||||
if (restoreOriginal)
|
||||
{
|
||||
m_managedView->setOverrideRangeFilterCollection(nullptr);
|
||||
|
||||
Reference in New Issue
Block a user