Skip to content

Commit

Permalink
silence compiler warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
vvolkl committed Mar 25, 2022
1 parent b5c7ad5 commit 0762597
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k4Gen/src/components/HepMCFullMerge.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Implementation partly due to pilemc https://pilemc.hepforge.org/
*/

class HepMCFullMerge : public GaudiTool, virtual public IHepMCMergeTool {
class HepMCFullMerge final: public GaudiTool, virtual public IHepMCMergeTool {
public:
HepMCFullMerge(const std::string& type, const std::string& name, const IInterface* parent);

Expand Down
2 changes: 1 addition & 1 deletion k4Gen/src/components/HepMCSimpleMerge.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "GaudiKernel/RndmGenerators.h"


class HepMCSimpleMerge : public GaudiTool, virtual public IHepMCMergeTool {
class HepMCSimpleMerge final: public GaudiTool, virtual public IHepMCMergeTool {
public:
HepMCSimpleMerge(const std::string& type, const std::string& name, const IInterface* parent);

Expand Down

0 comments on commit 0762597

Please sign in to comment.