Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresScenarioRow.cs
===================================================================
diff -u -ra23cff5445d53b381fd72f50a0d9b6c200cbcd69 -rda16c0ac134e9affa0893e190236f942b43bdaa2
--- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresScenarioRow.cs (.../HeightStructuresScenarioRow.cs) (revision a23cff5445d53b381fd72f50a0d9b6c200cbcd69)
+++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresScenarioRow.cs (.../HeightStructuresScenarioRow.cs) (revision da16c0ac134e9affa0893e190236f942b43bdaa2)
@@ -28,19 +28,19 @@
namespace Ringtoets.HeightStructures.Forms.Views
{
///
- /// Container of a ,
+ /// Container of a ,
/// which takes care of the representation of properties in a grid.
///
internal class HeightStructuresScenarioRow : IScenarioRow>
{
- private readonly StructuresFailureMechanismSectionResult sectionResult;
+ private readonly HeightStructuresFailureMechanismSectionResult sectionResult;
///
/// Initializes a new instance of the class.
///
/// The section result.
/// Thrown when is null.
- public HeightStructuresScenarioRow(StructuresFailureMechanismSectionResult sectionResult)
+ public HeightStructuresScenarioRow(HeightStructuresFailureMechanismSectionResult sectionResult)
{
if (sectionResult == null)
{