Skip to content

Commit

Permalink
Fixes by clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj authored Oct 14, 2023
1 parent 6ce456d commit 664d7d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ const RigWellLogCurveData* RimWellLogCurve::curveData() const
//--------------------------------------------------------------------------------------------------
void RimWellLogCurve::updateCurveAppearance()
{
RimPlotCurve::updateCurveAppearance();
RimStackablePlotCurve::updateCurveAppearance();

auto orientation = RiaDefines::Orientation::VERTICAL;

Expand Down

0 comments on commit 664d7d4

Please sign in to comment.