From ac4a8ce293aa6abbfa97c35424989829acf6961b Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (h)" <j.wuttke@fz-juelich.de> Date: Fri, 9 Jul 2021 12:53:21 +0200 Subject: [PATCH] +const --- Core/Computation/ParticleLayoutComputation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/Computation/ParticleLayoutComputation.h b/Core/Computation/ParticleLayoutComputation.h index 1fb4a7e7397..ab4ab119c70 100644 --- a/Core/Computation/ParticleLayoutComputation.h +++ b/Core/Computation/ParticleLayoutComputation.h @@ -41,7 +41,7 @@ public: private: const ProcessedLayout& m_layout; - std::unique_ptr<const IInterparticleStrategy> m_interparticle_strategy; + const std::unique_ptr<const IInterparticleStrategy> m_interparticle_strategy; }; #endif // BORNAGAIN_CORE_COMPUTATION_PARTICLELAYOUTCOMPUTATION_H -- GitLab