Fix crash when closing and reopening plots

This commit is contained in:
Gaute Lindkvist
2019-11-22 15:42:40 +01:00
parent f130163ee8
commit 293290827b
9 changed files with 20 additions and 22 deletions

View File

@@ -126,7 +126,7 @@ public:
TrajectoryType formationTrajectoryType() const;
void detachAllCurves() override;
void reattachAllCurves();
void reattachAllCurves() override;
void setAndUpdateWellPathFormationNamesData( RimCase* rimCase, RimWellPath* wellPath );