Skip to content

Commit

Permalink
adressed warning in clang compilation: implicit declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrej-CMS committed Nov 10, 2018
1 parent a74bbcd commit b1bd91c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -43,7 +43,7 @@ namespace CLHEP {
class Herwig7Interface {
public:
Herwig7Interface(const edm::ParameterSet &params);
~Herwig7Interface();
~Herwig7Interface() noexcept;

void setPEGRandomEngine(CLHEP::HepRandomEngine*);

Expand Down

0 comments on commit b1bd91c

Please sign in to comment.