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

Unified Diff: lily/kievan-ligature-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/key-engraver.cc ('k') | lily/ledger-line-engraver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/kievan-ligature-engraver.cc
diff --git a/lily/kievan-ligature-engraver.cc b/lily/kievan-ligature-engraver.cc
index f7906ffefb66fa13a5e0c54bed8442333b779332..666710fe769c85b1083fc3e4b0e01db91128f082 100644
--- a/lily/kievan-ligature-engraver.cc
+++ b/lily/kievan-ligature-engraver.cc
@@ -33,9 +33,9 @@ class Kievan_ligature_engraver : public Coherent_ligature_engraver
{
protected:
- virtual Spanner *create_ligature_spanner ();
- virtual void build_ligature (Spanner *ligature,
- vector<Grob_info> const &primitives);
+ Spanner *create_ligature_spanner () override;
+ void build_ligature (Spanner *ligature,
+ vector<Grob_info> const &primitives) override;
public:
TRANSLATOR_DECLARATIONS (Kievan_ligature_engraver);
« no previous file with comments | « lily/key-engraver.cc ('k') | lily/ledger-line-engraver.cc » ('j') | no next file with comments »

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