Skip to content
Snippets Groups Projects
Commit aaa537c4 authored by Dmitry Popov's avatar Dmitry Popov
Browse files

Fixed warnings in G4SamplingCaloTest

parent eb650754
No related branches found
No related tags found
1 merge request!24Migrate 'master' to G4 v10r3p3
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment