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

Unified Diff: lily/custos-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/cue-clef-engraver.cc ('k') | lily/dynamic-engraver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/custos-engraver.cc
diff --git a/lily/custos-engraver.cc b/lily/custos-engraver.cc
index b277ad8478d07596cd8fad3d86d7eb5a793fee72..e44983467bf3cc8a22ebd9f851eaba431a87fcf3 100644
--- a/lily/custos-engraver.cc
+++ b/lily/custos-engraver.cc
@@ -43,7 +43,7 @@ public:
void acknowledge_note_head (Grob_info);
void process_acknowledged ();
void stop_translation_timestep ();
- virtual void finalize ();
+ void finalize () override;
private:
Item *create_custos ();
« no previous file with comments | « lily/cue-clef-engraver.cc ('k') | lily/dynamic-engraver.cc » ('j') | no next file with comments »

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