From c334bc10cc7af9795b7c85169b9398ef78f3b574 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck Date: Sat, 24 Feb 2024 14:44:15 +0000 Subject: [PATCH] fix: rm deprecation warning --- JugBase/src/components/GeoSvc.h | 1 - 1 file changed, 1 deletion(-) diff --git a/JugBase/src/components/GeoSvc.h b/JugBase/src/components/GeoSvc.h index a114997..629ac54 100644 --- a/JugBase/src/components/GeoSvc.h +++ b/JugBase/src/components/GeoSvc.h @@ -72,7 +72,6 @@ class GeoSvc : public extends { * See DD4hep Detector documentation */ virtual dd4hep::Detector* getDetector() override; - [[deprecated("Use getDetector() instead")]] virtual dd4hep::Detector* lcdd() { return getDetector(); };