Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresFailureMechanismResultView.cs =================================================================== diff -u -r8f95c791e2bd2d3a57e1e6013135640f6cd35dc6 -r560ea9f96409cc65f4666adf212a1c135c5e626f --- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresFailureMechanismResultView.cs (.../ClosingStructuresFailureMechanismResultView.cs) (revision 8f95c791e2bd2d3a57e1e6013135640f6cd35dc6) +++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresFailureMechanismResultView.cs (.../ClosingStructuresFailureMechanismResultView.cs) (revision 560ea9f96409cc65f4666adf212a1c135c5e626f) @@ -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) {