mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#357) Renamed PdmUiObjectHandle::owner() to objectHandle()
This commit is contained in:
@@ -69,7 +69,7 @@ CmdExecuteCommand* CmdDeleteItemFeature::createExecuteCommand()
|
||||
{
|
||||
if (dynamic_cast<caf::PdmUiObjectHandle*>(items[i]))
|
||||
{
|
||||
currentPdmObject = dynamic_cast<caf::PdmUiObjectHandle*>(items[i])->owner();
|
||||
currentPdmObject = dynamic_cast<caf::PdmUiObjectHandle*>(items[i])->objectHandle();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user