From f0d6471e774d2d529a662e9b18458709ea1b595a Mon Sep 17 00:00:00 2001
From: Tobias Knopff <t.knopff@fz-juelich.de>
Date: Mon, 31 May 2021 08:53:39 +0200
Subject: [PATCH] Make SphericalDetectorItem::P_ALPHA_AXIS private

---
 GUI/Models/SphericalDetectorItem.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/GUI/Models/SphericalDetectorItem.h b/GUI/Models/SphericalDetectorItem.h
index 9cf15a266dc..69a0645bf41 100644
--- a/GUI/Models/SphericalDetectorItem.h
+++ b/GUI/Models/SphericalDetectorItem.h
@@ -22,9 +22,9 @@ class BasicAxisItem;
 class BA_CORE_API_ SphericalDetectorItem : public DetectorItem {
 private:
     static const QString P_PHI_AXIS;
+    static const QString P_ALPHA_AXIS;
 
 public:
-    static const QString P_ALPHA_AXIS;
     SphericalDetectorItem();
 
     int xSize() const override;
-- 
GitLab