From 5dc9c3f9df5ed22f186581bcb3003d8e879d411a Mon Sep 17 00:00:00 2001
From: Tobias Knopff <t.knopff@fz-juelich.de>
Date: Fri, 28 May 2021 16:03:05 +0200
Subject: [PATCH] Make DetectorItem::T_MASKS private

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

diff --git a/GUI/Models/DetectorItems.h b/GUI/Models/DetectorItems.h
index d96595c3d26..7867623db99 100644
--- a/GUI/Models/DetectorItems.h
+++ b/GUI/Models/DetectorItems.h
@@ -23,8 +23,10 @@ class IResolutionFunction2D;
 class DetectorItem;
 
 class BA_CORE_API_ DetectorItem : public SessionItem {
-public:
+private:
     static const QString T_MASKS;
+
+public:
     static const QString P_RESOLUTION_FUNCTION;
     static const QString P_ANALYZER_DIRECTION;
     static const QString P_ANALYZER_EFFICIENCY;
-- 
GitLab