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

Unified Diff: lily/footnote-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/figured-bass-position-engraver.cc ('k') | lily/fretboard-engraver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/footnote-engraver.cc
diff --git a/lily/footnote-engraver.cc b/lily/footnote-engraver.cc
index c62c3da02dc948e42b9585d5b6e511cc27871b15..7fa30229cbc5bc0388595b96d8c7a61fe07c10a0 100644
--- a/lily/footnote-engraver.cc
+++ b/lily/footnote-engraver.cc
@@ -33,12 +33,12 @@ class Footnote_engraver : public Engraver
{
TRANSLATOR_DECLARATIONS (Footnote_engraver);
- void acknowledge_grob (Grob_info);
+ void acknowledge_grob (Grob_info) override;
void acknowledge_end_grob (Grob_info);
vector<Drul_array<Spanner *> > annotated_spanners_;
- void finalize ();
+ void finalize () override;
void footnotify (Grob *, SCM);
};
« no previous file with comments | « lily/figured-bass-position-engraver.cc ('k') | lily/fretboard-engraver.cc » ('j') | no next file with comments »

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