Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Views/GrassCoverErosionInwardsFailureMechanismResultView.cs =================================================================== diff -u -red5b5a31c2480fbef4ebc8258ee92eed978f5049 -r7f80815f667036fe5000fb938d61aee1edd157e0 --- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Views/GrassCoverErosionInwardsFailureMechanismResultView.cs (.../GrassCoverErosionInwardsFailureMechanismResultView.cs) (revision ed5b5a31c2480fbef4ebc8258ee92eed978f5049) +++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/Views/GrassCoverErosionInwardsFailureMechanismResultView.cs (.../GrassCoverErosionInwardsFailureMechanismResultView.cs) (revision 7f80815f667036fe5000fb938d61aee1edd157e0) @@ -38,7 +38,7 @@ /// The view for the . /// public class GrassCoverErosionInwardsFailureMechanismResultView - : FailureMechanismResultView + : FailureMechanismResultView { private const int assessmentLayerTwoAIndex = 2; private readonly IAssessmentSection assessmentSection; @@ -55,7 +55,7 @@ IAssessmentSection assessmentSection, GrassCoverErosionInwardsFailureMechanism failureMechanism, IObservableEnumerable failureMechanismSectionResults) - : base(failureMechanism, failureMechanismSectionResults) + : base(failureMechanismSectionResults, failureMechanism) { if (assessmentSection == null) {