Skip to content

Commit

Permalink
Fix comp warnings in multiple pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodozov committed Nov 8, 2017
1 parent c6892f5 commit ac18101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PhysicsTools/SelectorUtils/interface/CutApplicatorBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class CutApplicatorBase : public candf::CandidateCut {
#endif


result_type operator()(const argument_type&) const
result_type operator()(const argument_type&) const override
#if !defined(__CINT__) && !defined(__MAKECINT__) && !defined(__REFLEX__)
final
#endif
Expand Down

0 comments on commit ac18101

Please sign in to comment.