Index: Ringtoets/Common/src/Ringtoets.Common.Plugin/RingtoetsPluginHelper.cs
===================================================================
diff -u -r2ecbb5230248dc9f9b6706a0fd8ced09c9cd62c7 -r59c178a747bcbd3b5f05f68f6b9b87cfe053047f
--- Ringtoets/Common/src/Ringtoets.Common.Plugin/RingtoetsPluginHelper.cs (.../RingtoetsPluginHelper.cs) (revision 2ecbb5230248dc9f9b6706a0fd8ced09c9cd62c7)
+++ Ringtoets/Common/src/Ringtoets.Common.Plugin/RingtoetsPluginHelper.cs (.../RingtoetsPluginHelper.cs) (revision 59c178a747bcbd3b5f05f68f6b9b87cfe053047f)
@@ -76,7 +76,7 @@
/// The view to be checked.
/// The object that is removed.
/// Whether the view should be closed.
- public static bool ShouldCloseFailureMechanismSectionsView(FailureMechanismSectionsView view, object removedObject)
+ public static bool ShouldCloseForFailureMechanismView(CloseForFailureMechanismView view, object removedObject)
{
var assessmentSection = removedObject as IAssessmentSection;
var failureMechanismContext = removedObject as IFailureMechanismContext;