Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresScenarioRow.cs =================================================================== diff -u -rf88343c0590cb04c7135ce141872940e59325927 -r52bce8b206b1c171b7590763a725271e9bd974a7 --- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresScenarioRow.cs (.../ClosingStructuresScenarioRow.cs) (revision f88343c0590cb04c7135ce141872940e59325927) +++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresScenarioRow.cs (.../ClosingStructuresScenarioRow.cs) (revision 52bce8b206b1c171b7590763a725271e9bd974a7) @@ -27,19 +27,19 @@ namespace Ringtoets.ClosingStructures.Forms.Views { /// - /// Container of a , + /// Container of a for closing structures, /// which takes care of the representation of properties in a grid. /// public class ClosingStructuresScenarioRow : IScenarioRow> { - private readonly ClosingStructuresFailureMechanismSectionResult sectionResult; + private readonly StructuresFailureMechanismSectionResult sectionResult; /// /// Initializes a new instance of the class. /// /// The section result. /// Thrown when is null. - public ClosingStructuresScenarioRow(ClosingStructuresFailureMechanismSectionResult sectionResult) + public ClosingStructuresScenarioRow(StructuresFailureMechanismSectionResult sectionResult) { if (sectionResult == null) {