Skip to content

Commit

Permalink
Merge pull request #335 from gartung/Alignment-CocoaApplication-add-o…
Browse files Browse the repository at this point in the history
…verride

override keywords added by the clang extras utility cpp11-migrate --add-override
  • Loading branch information
ktf committed Aug 15, 2013
2 parents 68a6387 + 3ba3817 commit 666ffda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Alignment/CocoaApplication/interface/CocoaAnalyzer.h
Expand Up @@ -46,8 +46,8 @@ class CocoaAnalyzer : public edm::EDAnalyzer
explicit CocoaAnalyzer(int i) { }
virtual ~ CocoaAnalyzer() { }

virtual void beginJob();
virtual void analyze(const edm::Event& e, const edm::EventSetup& c);
virtual void beginJob() override;
virtual void analyze(const edm::Event& e, const edm::EventSetup& c) override;
// see note on endJob() at the bottom of the file.
// virtual void endJob() ;

Expand Down

0 comments on commit 666ffda

Please sign in to comment.