mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Release 2023.06
This commit is contained in:
@@ -53,8 +53,7 @@ void RicDeletePolylineTargetFeature::onActionTriggered( bool isChecked )
|
||||
|
||||
if ( !targets.empty() )
|
||||
{
|
||||
RimPolylinePickerInterface* polylineDef = nullptr;
|
||||
targets[0]->firstAncestorOrThisOfTypeAsserted( polylineDef );
|
||||
RimPolylinePickerInterface* polylineDef = targets[0]->firstAncestorOrThisOfTypeAsserted<RimPolylinePickerInterface>();
|
||||
|
||||
for ( auto target : targets )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user