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

Fix override warning

parent addbcfea
Branches
Tags
2 merge requests!33Release of v104r1,!32LHCBGAUSS-1356: Modified TestEm6 for Gamma2DiMuon Conversion
......@@ -51,7 +51,7 @@ class PrimaryGeneratorAction : public G4VUserPrimaryGeneratorAction
~PrimaryGeneratorAction();
public:
virtual void GeneratePrimaries(G4Event*);
void GeneratePrimaries(G4Event*) override;
private:
G4ParticleGun* fParticleGun;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment