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

Unified Diff: lily/ledger-line-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/kievan-ligature-engraver.cc ('k') | lily/lyric-combine-music-iterator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/ledger-line-engraver.cc
diff --git a/lily/ledger-line-engraver.cc b/lily/ledger-line-engraver.cc
index 6c8987f262009f6b82675e6a88f27a012f7e8733..758b6c7ea5ba9eaa92004e97981e6c39605ce390 100644
--- a/lily/ledger-line-engraver.cc
+++ b/lily/ledger-line-engraver.cc
@@ -33,7 +33,7 @@ public:
TRANSLATOR_DECLARATIONS (Ledger_line_engraver);
protected:
- virtual void finalize ();
+ void finalize () override;
void process_music ();
void acknowledge_ledgered (Grob_info);
« no previous file with comments | « lily/kievan-ligature-engraver.cc ('k') | lily/lyric-combine-music-iterator.cc » ('j') | no next file with comments »

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