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

Unified Diff: lily/mark-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/lyric-combine-music-iterator.cc ('k') | lily/measure-grouping-engraver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/mark-engraver.cc
diff --git a/lily/mark-engraver.cc b/lily/mark-engraver.cc
index 873b5ac5cb56a7d38d2e61dd8975abf1ec26505a..0611581a8dcc498a51b192e0a40a6c893ad9c0bd 100644
--- a/lily/mark-engraver.cc
+++ b/lily/mark-engraver.cc
@@ -52,7 +52,7 @@ protected:
void process_music ();
void start_translation_timestep ();
void stop_translation_timestep ();
- virtual void finalize ();
+ void finalize () override;
void listen_mark (Stream_event *);
void acknowledge_break_alignment (Grob_info);
« no previous file with comments | « lily/lyric-combine-music-iterator.cc ('k') | lily/measure-grouping-engraver.cc » ('j') | no next file with comments »

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