diff --git a/Reconstruction/Jet/JetRec/JetRec/JetConstitRemover.h b/Reconstruction/Jet/JetRec/JetRec/JetConstitRemover.h
index 51d81b92c6d3c6f4b8ef19c538e7a50dc7bfee3f..a1c598a1ee8a333676286b7ffa3943d6880c9e05 100644
--- a/Reconstruction/Jet/JetRec/JetRec/JetConstitRemover.h
+++ b/Reconstruction/Jet/JetRec/JetRec/JetConstitRemover.h
@@ -19,7 +19,7 @@
 #include "JetRec/JetModifierBase.h"
 
 class JetConstitRemover : public JetModifierBase {
-  ASG_TOOL_CLASS(JetConstitRemover, IJetModifier);
+  ASG_TOOL_CLASS(JetConstitRemover, IJetModifier)
     
 public:
 
diff --git a/Reconstruction/Jet/JetRec/JetRec/JetPseudojetCopier.h b/Reconstruction/Jet/JetRec/JetRec/JetPseudojetCopier.h
index c4a03bcd719ffdf2f763658f9c3b789348f03e80..8a4f854da80d5221b76170d426a91b6c005b2890 100644
--- a/Reconstruction/Jet/JetRec/JetRec/JetPseudojetCopier.h
+++ b/Reconstruction/Jet/JetRec/JetRec/JetPseudojetCopier.h
@@ -33,7 +33,7 @@ class JetPseudojetCopier
 : virtual public asg::AsgTool,
   virtual public IJetConsumer {
 
-  ASG_TOOL_CLASS(JetPseudojetCopier, IJetConsumer);
+  ASG_TOOL_CLASS(JetPseudojetCopier, IJetConsumer)
 
 public: