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

Unified Diff: lily/page-turn-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/output-property-engraver.cc ('k') | lily/parenthesis-engraver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/page-turn-engraver.cc
diff --git a/lily/page-turn-engraver.cc b/lily/page-turn-engraver.cc
index 639b13ad2fe72134b957260aa7e2de2f554eb84c..84484ee706a6dd120ca29fc546c62cb29fafcbee 100644
--- a/lily/page-turn-engraver.cc
+++ b/lily/page-turn-engraver.cc
@@ -104,7 +104,7 @@ public:
TRANSLATOR_DECLARATIONS (Page_turn_engraver);
void stop_translation_timestep ();
void start_translation_timestep ();
- void finalize ();
+ void finalize () override;
};
Page_turn_engraver::Page_turn_engraver (Context *c)
« no previous file with comments | « lily/output-property-engraver.cc ('k') | lily/parenthesis-engraver.cc » ('j') | no next file with comments »

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