From ce28bcf3231c32d3e92770b9cf70bfaa8d74cb19 Mon Sep 17 00:00:00 2001 From: Hugo Talbot Date: Tue, 11 Jul 2023 22:14:23 +0200 Subject: [PATCH] use d_componentState --- src/BeamAdapter/component/WireBeamInterpolation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BeamAdapter/component/WireBeamInterpolation.h b/src/BeamAdapter/component/WireBeamInterpolation.h index 74e69705c..620b1aca4 100644 --- a/src/BeamAdapter/component/WireBeamInterpolation.h +++ b/src/BeamAdapter/component/WireBeamInterpolation.h @@ -169,7 +169,7 @@ class WireBeamInterpolation : public virtual BeamInterpolation /// Bring inherited attributes and function in the current lookup context. /// otherwise any access to the base::attribute would require /// the "this->" approach. - using BeamInterpolation::m_componentstate ; + using BeamInterpolation::d_componentState ; //////////////////////////////////////////////////////////////////////////// public: