Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(569)

Unified Diff: lily/key-engraver.cc

Issue 551320043: Issue 5650: Use C++11 "override" keyword (Closed)
Patch Set: Compile with -Werror=suggest-override, when supported Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lily/keep-alive-together-engraver.cc ('k') | lily/kievan-ligature-engraver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/key-engraver.cc
diff --git a/lily/key-engraver.cc b/lily/key-engraver.cc
index bea175e2830b1045d06321c85ed24ce2c93566b5..1896c9c47e3533ce2b158bb8b571630affe9df7a 100644
--- a/lily/key-engraver.cc
+++ b/lily/key-engraver.cc
@@ -41,8 +41,8 @@ public:
TRANSLATOR_DECLARATIONS (Key_engraver);
protected:
- virtual void initialize ();
- virtual void finalize ();
+ void initialize () override;
+ void finalize () override;
void stop_translation_timestep ();
void process_music ();
« no previous file with comments | « lily/keep-alive-together-engraver.cc ('k') | lily/kievan-ligature-engraver.cc » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b