From 4cd426de2cf3fd05347559275811413cd32d8fef Mon Sep 17 00:00:00 2001 From: Markus Frank <Markus.Frank@cern.ch> Date: Tue, 19 Jul 2022 09:30:29 +0200 Subject: [PATCH] Remove compiler errors --- DDG4/lcio/LCIOSDTestActions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DDG4/lcio/LCIOSDTestActions.cpp b/DDG4/lcio/LCIOSDTestActions.cpp index 3e7d4e026..6bbbbd169 100644 --- a/DDG4/lcio/LCIOSDTestActions.cpp +++ b/DDG4/lcio/LCIOSDTestActions.cpp @@ -147,7 +147,7 @@ namespace Tests { } /// Method for generating hit(s) using the information of G4Step object. - template <> bool Geant4SensitiveAction<LcioTestTracker>::process(Geant4FastSimSpot* ,G4TouchableHistory* /*hist*/ ) { + template <> bool Geant4SensitiveAction<LcioTestTracker>::process(const Geant4FastSimSpot* ,G4TouchableHistory* /*hist*/ ) { except("Not implemented"); return true; } -- GitLab