From cb7bb1100b5e162ae48649d1ba155b683fc671a9 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Wed, 27 Mar 2024 13:41:29 -0500
Subject: [PATCH] use Polycone in dd4hep:: namespace

---
 DDTest/src/test_shapes.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/DDTest/src/test_shapes.cc b/DDTest/src/test_shapes.cc
index fdb74a01f..d08112987 100644
--- a/DDTest/src/test_shapes.cc
+++ b/DDTest/src/test_shapes.cc
@@ -19,7 +19,7 @@ int main(int /* argc */, char** /* argv */ ){
     // Polycone
 
     // add single plane with addZPlanes
-    Polycone polycone(0, 2*M_PI, {0, 0}, {1, 1}, {0, 1});
+    dd4hep::Polycone polycone(0, 2*M_PI, {0, 0}, {1, 1}, {0, 1});
     polycone.addZPlanes({0}, {1}, {0.5});
 
     // --------------------------------------------------------------------
-- 
GitLab