Index: Riskeer/ClosingStructures/src/Riskeer.ClosingStructures.Forms/PresentationObjects/ClosingStructuresFailureMechanismSectionResultContext.cs =================================================================== diff -u -r45daedb774680c8a6d6dccd69b33867638857342 -r11f94a9b66f476cfcae2196737c925a5f9de578c --- Riskeer/ClosingStructures/src/Riskeer.ClosingStructures.Forms/PresentationObjects/ClosingStructuresFailureMechanismSectionResultContext.cs (.../ClosingStructuresFailureMechanismSectionResultContext.cs) (revision 45daedb774680c8a6d6dccd69b33867638857342) +++ Riskeer/ClosingStructures/src/Riskeer.ClosingStructures.Forms/PresentationObjects/ClosingStructuresFailureMechanismSectionResultContext.cs (.../ClosingStructuresFailureMechanismSectionResultContext.cs) (revision 11f94a9b66f476cfcae2196737c925a5f9de578c) @@ -45,7 +45,7 @@ /// The assessment section the section results belongs to. /// Thrown when any parameter is null. public ClosingStructuresFailureMechanismSectionResultContext(IObservableEnumerable wrappedSectionResults, - IFailurePath failureMechanism, IAssessmentSection assessmentSection) + IFailureMechanism failureMechanism, IAssessmentSection assessmentSection) : base(wrappedSectionResults, failureMechanism, assessmentSection) {} } } \ No newline at end of file