Fix crashes

This commit is contained in:
Gaute Lindkvist
2019-09-04 19:29:44 +02:00
parent a03435b2fe
commit b9d78152e1
4 changed files with 8 additions and 10 deletions

View File

@@ -117,7 +117,7 @@ RimWellLogPlot::RimWellLogPlot()
}
//--------------------------------------------------------------------------------------------------
///
/// Move-assignment operator. Argument has to be passed with std::move()
//--------------------------------------------------------------------------------------------------
RimWellLogPlot& RimWellLogPlot::operator=(RimWellLogPlot&& rhs)
{