Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultViews/StrengthStabilityLengthwiseConstructionResultView.cs
===================================================================
diff -u -r7f80815f667036fe5000fb938d61aee1edd157e0 -r7f8e78554ee082fd0312d526531819e4d11fcea5
--- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultViews/StrengthStabilityLengthwiseConstructionResultView.cs (.../StrengthStabilityLengthwiseConstructionResultView.cs) (revision 7f80815f667036fe5000fb938d61aee1edd157e0)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultViews/StrengthStabilityLengthwiseConstructionResultView.cs (.../StrengthStabilityLengthwiseConstructionResultView.cs) (revision 7f8e78554ee082fd0312d526531819e4d11fcea5)
@@ -45,8 +45,8 @@
///
///
public StrengthStabilityLengthwiseConstructionResultView(
- StrengthStabilityLengthwiseConstructionFailureMechanism failureMechanism,
- IObservableEnumerable failureMechanismSectionResults)
+ IObservableEnumerable failureMechanismSectionResults,
+ StrengthStabilityLengthwiseConstructionFailureMechanism failureMechanism)
: base(failureMechanismSectionResults, failureMechanism)
{
DataGridViewControl.CellFormatting += OnCellFormatting;