Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/Views/MacroStabilityInwardsFailureMechanismSectionResultRow.cs =================================================================== diff -u -r0aacf2dc29138c69f365fe26a143d4e83b172dbe -rb5a3ccef1cfc5e4cbfea0a97a8a9ee8ae5a199e2 --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/Views/MacroStabilityInwardsFailureMechanismSectionResultRow.cs (.../MacroStabilityInwardsFailureMechanismSectionResultRow.cs) (revision 0aacf2dc29138c69f365fe26a143d4e83b172dbe) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.Forms/Views/MacroStabilityInwardsFailureMechanismSectionResultRow.cs (.../MacroStabilityInwardsFailureMechanismSectionResultRow.cs) (revision b5a3ccef1cfc5e4cbfea0a97a8a9ee8ae5a199e2) @@ -57,15 +57,15 @@ } [TypeConverter(typeof(NoProbabilityValueRoundedDoubleConverter))] - public override RoundedDouble AssessmentLayerThree + public RoundedDouble AssessmentLayerThree { get { - return base.AssessmentLayerThree; + return SectionResult.AssessmentLayerThree; } set { - base.AssessmentLayerThree = value; + SectionResult.AssessmentLayerThree = value; } }