Skip to content
Snippets Groups Projects
Commit 4cd426de authored by Markus Frank's avatar Markus Frank Committed by MarkusFrankATcernch
Browse files

Remove compiler errors

parent b7af7238
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment