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

Fix override warning

parent 97877db1
Branches
Tags
No related merge requests found
......@@ -49,7 +49,7 @@ public:
SteppingAction(RunAction*);
~SteppingAction();
virtual void UserSteppingAction(const G4Step*);
void UserSteppingAction(const G4Step*) override;
private:
RunAction* fRunAction;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment