Index: Ringtoets/Common/src/Ringtoets.Common.Data/Hydraulics/HydraulicBoundaryLocationOutput.cs
===================================================================
diff -u -r4a73a8a56bdfc43d45d691fa4dbc251bbb261085 -r2e5f2b59e81cda48f3d7ee03afa4db88abc7b1a8
--- Ringtoets/Common/src/Ringtoets.Common.Data/Hydraulics/HydraulicBoundaryLocationOutput.cs (.../HydraulicBoundaryLocationOutput.cs) (revision 4a73a8a56bdfc43d45d691fa4dbc251bbb261085)
+++ Ringtoets/Common/src/Ringtoets.Common.Data/Hydraulics/HydraulicBoundaryLocationOutput.cs (.../HydraulicBoundaryLocationOutput.cs) (revision 2e5f2b59e81cda48f3d7ee03afa4db88abc7b1a8)
@@ -99,7 +99,7 @@
///
/// Gets the general results with the sub mechanism illustration points.
///
- public GeneralResultSubMechanismIllustrationPoint GeneralResultSubMechanismIllustrationPoint { get; private set; }
+ public GeneralResult GeneralResultSubMechanismIllustrationPoint { get; private set; }
///
/// Gets the value indicating whether the output contains illustration points.
@@ -118,7 +118,7 @@
///
/// Thrown when
/// is null.
- public void SetIllustrationPoints(GeneralResultSubMechanismIllustrationPoint generalResultSubMechanismIllustrationPoint)
+ public void SetIllustrationPoints(GeneralResult generalResultSubMechanismIllustrationPoint)
{
if (generalResultSubMechanismIllustrationPoint == null)
{