From af0a31101b7d78e058f1b9b38d981a76246eed46 Mon Sep 17 00:00:00 2001 From: Dmitry Popov <dmitry.popov@cern.ch> Date: Wed, 28 Mar 2018 13:11:42 +0000 Subject: [PATCH] Fix override warning --- .../G4GammaToDiLeptonConversionTest/include/SteppingAction.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LHCbG4Tests/G4GammaToDiLeptonConversionTest/include/SteppingAction.hh b/LHCbG4Tests/G4GammaToDiLeptonConversionTest/include/SteppingAction.hh index 96913fd..3431716 100644 --- a/LHCbG4Tests/G4GammaToDiLeptonConversionTest/include/SteppingAction.hh +++ b/LHCbG4Tests/G4GammaToDiLeptonConversionTest/include/SteppingAction.hh @@ -49,7 +49,7 @@ public: SteppingAction(RunAction*); ~SteppingAction(); - virtual void UserSteppingAction(const G4Step*); + void UserSteppingAction(const G4Step*) override; private: RunAction* fRunAction; -- GitLab