From 83100c32b47d300ee41b9822dd4392b5c9f3f215 Mon Sep 17 00:00:00 2001
From: Tobias Knopff <t.knopff@fz-juelich.de>
Date: Mon, 31 May 2021 08:52:03 +0200
Subject: [PATCH] Make SphericalDetectorItem::P_PHI_AXIS private

---
 GUI/Models/SphericalDetectorItem.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/GUI/Models/SphericalDetectorItem.h b/GUI/Models/SphericalDetectorItem.h
index c281ac79bc1..9cf15a266dc 100644
--- a/GUI/Models/SphericalDetectorItem.h
+++ b/GUI/Models/SphericalDetectorItem.h
@@ -20,8 +20,10 @@
 class BasicAxisItem;
 
 class BA_CORE_API_ SphericalDetectorItem : public DetectorItem {
-public:
+private:
     static const QString P_PHI_AXIS;
+
+public:
     static const QString P_ALPHA_AXIS;
     SphericalDetectorItem();
 
-- 
GitLab