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

Unified Diff: lily/completion-rest-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/completion-note-heads-engraver.cc ('k') | lily/concurrent-hairpin-engraver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/completion-rest-engraver.cc
diff --git a/lily/completion-rest-engraver.cc b/lily/completion-rest-engraver.cc
index 275a3a62a62f995936aa1a29fa8f5ad7049f0f6e..aaac8e5ae0b069b3846eacc0c653a7171c90bcf1 100644
--- a/lily/completion-rest-engraver.cc
+++ b/lily/completion-rest-engraver.cc
@@ -72,7 +72,7 @@ public:
TRANSLATOR_DECLARATIONS (Completion_rest_engraver);
protected:
- virtual void initialize ();
+ void initialize () override;
void start_translation_timestep ();
void process_music ();
void stop_translation_timestep ();
« no previous file with comments | « lily/completion-note-heads-engraver.cc ('k') | lily/concurrent-hairpin-engraver.cc » ('j') | no next file with comments »

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