From aaa537c4516118fdeb4acc934be16db81267a656 Mon Sep 17 00:00:00 2001 From: Dmitry Popov <Dmitry.Popov@cern.ch> Date: Thu, 25 Jan 2018 01:22:19 +0100 Subject: [PATCH] Fixed warnings in G4SamplingCaloTest --- .../G4SamplingCaloTest/include/RunActionMessenger.hh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/LHCbG4Tests/G4SamplingCaloTest/include/RunActionMessenger.hh b/LHCbG4Tests/G4SamplingCaloTest/include/RunActionMessenger.hh index 722234d..74b7977 100644 --- a/LHCbG4Tests/G4SamplingCaloTest/include/RunActionMessenger.hh +++ b/LHCbG4Tests/G4SamplingCaloTest/include/RunActionMessenger.hh @@ -49,12 +49,12 @@ class RunActionMessenger: public G4UImessenger public: RunActionMessenger(RunAction*); virtual ~RunActionMessenger(); - - void SetNewValue(G4UIcommand*, G4String); - + + void SetNewValue(G4UIcommand*, G4String) override; + private: RunAction* fRunAction; - + G4UIdirectory* fRunDir; G4UIcommand* fAccCmd; G4UIcmdWithABool* fLimCmd; -- GitLab