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

Unified Diff: lily/episema-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/dynamic-performer.cc ('k') | lily/extender-engraver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/episema-engraver.cc
diff --git a/lily/episema-engraver.cc b/lily/episema-engraver.cc
index 15fc94040210ee07e79da83ad127ea2d8d8c6712..00a85cdaf64167fe20cd8a9f46d6a6d562eb8377 100644
--- a/lily/episema-engraver.cc
+++ b/lily/episema-engraver.cc
@@ -32,7 +32,7 @@ class Episema_engraver : public Engraver
public:
TRANSLATOR_DECLARATIONS (Episema_engraver);
protected:
- virtual void finalize ();
+ void finalize () override;
void listen_episema (Stream_event *);
void acknowledge_note_column (Grob_info);
void acknowledge_note_head (Grob_info);
« no previous file with comments | « lily/dynamic-performer.cc ('k') | lily/extender-engraver.cc » ('j') | no next file with comments »

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