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

Unified Diff: lily/extender-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/episema-engraver.cc ('k') | lily/figured-bass-engraver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/extender-engraver.cc
diff --git a/lily/extender-engraver.cc b/lily/extender-engraver.cc
index 87e1fc14216bf31dbe4a06f71173033fa93b362a..c0653b7f6a4c9f85c02160760427334a5d43faeb 100644
--- a/lily/extender-engraver.cc
+++ b/lily/extender-engraver.cc
@@ -47,7 +47,7 @@ protected:
void listen_completize_extender (Stream_event *);
void acknowledge_lyric_syllable (Grob_info);
- virtual void finalize ();
+ void finalize () override;
void stop_translation_timestep ();
void process_music ();
« no previous file with comments | « lily/episema-engraver.cc ('k') | lily/figured-bass-engraver.cc » ('j') | no next file with comments »

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