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

Unified Diff: lily/include/ligature-engraver.hh

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/include/item.hh ('k') | lily/include/lily-lexer.hh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/include/ligature-engraver.hh
diff --git a/lily/include/ligature-engraver.hh b/lily/include/ligature-engraver.hh
index 4ad8600574395ab6bc07bc22278f4910b11cf965..7d2d025c34eb59677ca4bced6f91f73e98c8ff47 100644
--- a/lily/include/ligature-engraver.hh
+++ b/lily/include/ligature-engraver.hh
@@ -28,7 +28,7 @@ class Ligature_engraver : public Engraver
protected:
Ligature_engraver (Context *c);
void stop_translation_timestep ();
- virtual void finalize ();
+ void finalize () override;
void acknowledge_rest (Grob_info);
void acknowledge_ligature_head (Grob_info);
« no previous file with comments | « lily/include/item.hh ('k') | lily/include/lily-lexer.hh » ('j') | no next file with comments »

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