From fd01fbbd1501309a2837eabbb387f0a6b9bdbea9 Mon Sep 17 00:00:00 2001 From: Frank Gaede <frank.gaede@desy.de> Date: Thu, 11 Feb 2016 12:22:57 +0000 Subject: [PATCH] - renamed anonymous namespace to DD4hep ( as in definition of Converter ) --- DDCond/src/ConditionsParser.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DDCond/src/ConditionsParser.cpp b/DDCond/src/ConditionsParser.cpp index e5a2f42eb..3b066781e 100644 --- a/DDCond/src/ConditionsParser.cpp +++ b/DDCond/src/ConditionsParser.cpp @@ -33,7 +33,7 @@ */ namespace DD4hep { - namespace { + namespace { /// Some utility class to specialize the converters: class include; class arbitrary; @@ -50,7 +50,7 @@ using namespace DD4hep::Conditions; using Geometry::DetElement; using std::string; -namespace { +namespace DD4hep { struct ConversionArg { DetElement detector; ConditionsStack* stack; -- GitLab