Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresFailureMechanismResultView.cs =================================================================== diff -u -re972fc9c24dc35dc9cb68d73e9f98c4a3e75859e -r52bce8b206b1c171b7590763a725271e9bd974a7 --- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresFailureMechanismResultView.cs (.../ClosingStructuresFailureMechanismResultView.cs) (revision e972fc9c24dc35dc9cb68d73e9f98c4a3e75859e) +++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresFailureMechanismResultView.cs (.../ClosingStructuresFailureMechanismResultView.cs) (revision 52bce8b206b1c171b7590763a725271e9bd974a7) @@ -35,9 +35,9 @@ namespace Ringtoets.ClosingStructures.Forms.Views { /// - /// The view for a collection of . + /// The view for a collection of for closing structures. /// - public class ClosingStructuresFailureMechanismResultView : FailureMechanismResultView + public class ClosingStructuresFailureMechanismResultView : FailureMechanismResultView> { private const int assessmentLayerTwoAIndex = 2; private readonly IAssessmentSection assessmentSection; @@ -93,7 +93,7 @@ } } - protected override object CreateFailureMechanismSectionResultRow(ClosingStructuresFailureMechanismSectionResult sectionResult) + protected override object CreateFailureMechanismSectionResultRow(StructuresFailureMechanismSectionResult sectionResult) { if (FailureMechanism == null) {