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

Unified Diff: lily/completion-note-heads-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/cluster-engraver.cc ('k') | lily/completion-rest-engraver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/completion-note-heads-engraver.cc
diff --git a/lily/completion-note-heads-engraver.cc b/lily/completion-note-heads-engraver.cc
index 185353c16fc105a38c77ca9472933fa3e3958bd3..a3a0be78bff256951a49d4f9fea5959ac49c906b 100644
--- a/lily/completion-note-heads-engraver.cc
+++ b/lily/completion-note-heads-engraver.cc
@@ -75,7 +75,7 @@ public:
TRANSLATOR_DECLARATIONS (Completion_heads_engraver);
protected:
- virtual void initialize ();
+ void initialize () override;
void make_tie (Grob *, Grob *);
void start_translation_timestep ();
void process_music ();
« no previous file with comments | « lily/cluster-engraver.cc ('k') | lily/completion-rest-engraver.cc » ('j') | no next file with comments »

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