Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismResultView.cs
===================================================================
diff -u -ra23cff5445d53b381fd72f50a0d9b6c200cbcd69 -r94f68f51cd9b8fd8c0c162cf874ef7e4580b0ee4
--- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismResultView.cs (.../HeightStructuresFailureMechanismResultView.cs) (revision a23cff5445d53b381fd72f50a0d9b6c200cbcd69)
+++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismResultView.cs (.../HeightStructuresFailureMechanismResultView.cs) (revision 94f68f51cd9b8fd8c0c162cf874ef7e4580b0ee4)
@@ -49,9 +49,12 @@
/// Creates a new instance of .
///
/// The assessment section the failure mechanism result belongs to.
- /// Thrown when
- /// is null.
- public HeightStructuresFailureMechanismResultView(IAssessmentSection assessmentSection)
+ /// The collection of failure mechanism section results.
+ /// Thrown when any input parameter is null.
+ public HeightStructuresFailureMechanismResultView(
+ IAssessmentSection assessmentSection,
+ IObservableEnumerable> failureMechanismSectionResults)
+ : base(failureMechanismSectionResults)
{
if (assessmentSection == null)
{