From 3b8f05257611ed806fabf3e3bd15754feb83bd4e Mon Sep 17 00:00:00 2001 From: Markus Frank <markus.frank@cern.ch> Date: Mon, 4 Nov 2013 16:48:57 +0000 Subject: [PATCH] Temporary fix to allow for compilation -- need to cross-check with Christian --- DDSegmentation/include/DDSegmentation/Segmentation.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DDSegmentation/include/DDSegmentation/Segmentation.h b/DDSegmentation/include/DDSegmentation/Segmentation.h index 5c6e1a3fe..fc8d2504a 100644 --- a/DDSegmentation/include/DDSegmentation/Segmentation.h +++ b/DDSegmentation/include/DDSegmentation/Segmentation.h @@ -83,6 +83,8 @@ protected: std::string _type; /// the segmentation name std::string _name; + // M.Frank: Temp fix for compilation + bool _isLocal; }; } /* namespace DDSegmentation */ -- GitLab