Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs =================================================================== diff -u -re5d2b62a6626e9d34433859f6dccfcf5a1eff783 -r44420c717ac32101ba0da4739d259c622f47976e --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs (.../HeightStructuresFailureMechanismSectionResultRow.cs) (revision e5d2b62a6626e9d34433859f6dccfcf5a1eff783) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs (.../HeightStructuresFailureMechanismSectionResultRow.cs) (revision 44420c717ac32101ba0da4739d259c622f47976e) @@ -33,7 +33,7 @@ /// /// This class represents a row of for height structures. /// - internal class HeightStructuresFailureMechanismSectionResultRow : FailureMechanismSectionResultRow + public class HeightStructuresFailureMechanismSectionResultRow : FailureMechanismSectionResultRow { private readonly HeightStructuresFailureMechanism failureMechanism; private readonly IAssessmentSection assessmentSection; @@ -45,7 +45,7 @@ /// The failure mechanism the result belongs to. /// The assessment section the result belongs to. /// Thrown when any parameter is null. - public HeightStructuresFailureMechanismSectionResultRow(HeightStructuresFailureMechanismSectionResult sectionResult, + internal HeightStructuresFailureMechanismSectionResultRow(HeightStructuresFailureMechanismSectionResult sectionResult, HeightStructuresFailureMechanism failureMechanism, IAssessmentSection assessmentSection) : base(sectionResult)