System : Move name to private field

This commit is contained in:
Magne Sjaastad
2018-09-24 22:15:34 +02:00
parent b2d055db63
commit dc9edccb54
11 changed files with 36 additions and 18 deletions

View File

@@ -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);