Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PresentationObjects/HeightStructuresContext.cs
===================================================================
diff -u -r4bf59bb3506b840b284efe0c0f4431b7876e0e5b -re46bec50706f5ea1a7754bbaebfc892745d8604a
--- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PresentationObjects/HeightStructuresContext.cs (.../HeightStructuresContext.cs) (revision 4bf59bb3506b840b284efe0c0f4431b7876e0e5b)
+++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/PresentationObjects/HeightStructuresContext.cs (.../HeightStructuresContext.cs) (revision e46bec50706f5ea1a7754bbaebfc892745d8604a)
@@ -22,6 +22,7 @@
using System;
using Core.Common.Base;
using Core.Common.Controls.PresentationObjects;
+using Ringtoets.Common.Data;
using Ringtoets.Common.Data.AssessmentSection;
using Ringtoets.HeightStructures.Data;
@@ -30,7 +31,7 @@
///
/// The presentation object for an containing .
///
- public class HeightStructuresContext : ObservableWrappedObjectContextBase>
+ public class HeightStructuresContext : ObservableWrappedObjectContextBase>
{
///
/// Creates an instance of .
@@ -43,7 +44,7 @@
/// belong to.
/// Thrown when any of the input arguments
/// are null.
- public HeightStructuresContext(ObservableList heightStructures,
+ public HeightStructuresContext(StructureCollection heightStructures,
HeightStructuresFailureMechanism failureMechanism,
IAssessmentSection assessmentSection)
: base(heightStructures)