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

Unified Diff: lily/tuplet-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/trill-spanner-engraver.cc ('k') | lily/tuplet-iterator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/tuplet-engraver.cc
diff --git a/lily/tuplet-engraver.cc b/lily/tuplet-engraver.cc
index bd195ec8e9137da1467b1dfafa927c828dab5ccc..dea8d75352320b8715a33ba748ddbcbebd18663e 100644
--- a/lily/tuplet-engraver.cc
+++ b/lily/tuplet-engraver.cc
@@ -68,7 +68,7 @@ protected:
void acknowledge_finger (Grob_info);
void acknowledge_string_number (Grob_info);
void listen_tuplet_span (Stream_event *);
- virtual void finalize ();
+ void finalize () override;
void start_translation_timestep ();
void process_music ();
};
« no previous file with comments | « lily/trill-spanner-engraver.cc ('k') | lily/tuplet-iterator.cc » ('j') | no next file with comments »

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