diff --git a/Core/src/Geometry/Blueprint.cpp b/Core/src/Geometry/Blueprint.cpp index 8d7cb56b567..f4531acaa2f 100644 --- a/Core/src/Geometry/Blueprint.cpp +++ b/Core/src/Geometry/Blueprint.cpp @@ -17,7 +17,7 @@ #include "Acts/Utilities/GraphViz.hpp" namespace { -inline static const std::string s_rootName = "Root"; +const std::string s_rootName = "Root"; } namespace Acts {