diff --git a/DDSegmentation/include/DDSegmentation/Segmentation.h b/DDSegmentation/include/DDSegmentation/Segmentation.h index 5c6e1a3febee1bc8986029018a776f805b6f9ca7..fc8d2504acd6c3c5accb1e6bab99bf0797261d62 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 */