Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresScenarioRow.cs
===================================================================
diff -u -r8c76ed44224c5f2e96bd030b00c9bb8565e71330 -rab20c4eb4ca81bd3845d50210d2bdb301177af6a
--- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresScenarioRow.cs (.../ClosingStructuresScenarioRow.cs) (revision 8c76ed44224c5f2e96bd030b00c9bb8565e71330)
+++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresScenarioRow.cs (.../ClosingStructuresScenarioRow.cs) (revision ab20c4eb4ca81bd3845d50210d2bdb301177af6a)
@@ -21,6 +21,7 @@
using System;
using Ringtoets.ClosingStructures.Data;
+using Ringtoets.Common.Data.Structures;
using Ringtoets.Common.Forms;
namespace Ringtoets.ClosingStructures.Forms.Views
@@ -29,7 +30,7 @@
/// Container of a ,
/// which takes care of the representation of properties in a grid.
///
- public class ClosingStructuresScenarioRow : IScenarioRow
+ public class ClosingStructuresScenarioRow : IScenarioRow>
{
private readonly ClosingStructuresFailureMechanismSectionResult sectionResult;
@@ -55,7 +56,7 @@
}
}
- public ClosingStructuresCalculation Calculation
+ public StructuresCalculation Calculation
{
get
{