Skip to content

Commit

Permalink
Merge pull request #21220 from mrodozov/fix-comp-warnings-Reco+PTools
Browse files Browse the repository at this point in the history
Fix comp warnings in multiple pkgs
  • Loading branch information
cmsbuild committed Nov 9, 2017
2 parents 34487ba + ac18101 commit b30affe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PhysicsTools/SelectorUtils/interface/CutApplicatorBase.h
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 b30affe

Please sign in to comment.