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

Unified Diff: lily/repeat-acknowledge-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/quote-iterator.cc ('k') | lily/repeat-tie-engraver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/repeat-acknowledge-engraver.cc
diff --git a/lily/repeat-acknowledge-engraver.cc b/lily/repeat-acknowledge-engraver.cc
index d50b9be968f68bbb14e543f0a7b022a9922812bd..191bea312adb207e1775923af19a7337b5474c85 100644
--- a/lily/repeat-acknowledge-engraver.cc
+++ b/lily/repeat-acknowledge-engraver.cc
@@ -42,7 +42,7 @@ public:
protected:
void start_translation_timestep ();
void process_music ();
- virtual void initialize ();
+ void initialize () override;
};
void
« no previous file with comments | « lily/quote-iterator.cc ('k') | lily/repeat-tie-engraver.cc » ('j') | no next file with comments »

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