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

Unified Diff: lily/phrasing-slur-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/percent-repeat-iterator.cc ('k') | lily/piano-pedal-align-engraver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/phrasing-slur-engraver.cc
diff --git a/lily/phrasing-slur-engraver.cc b/lily/phrasing-slur-engraver.cc
index 8fa8ae7ae40afe9103566148fb8f15c373c4cc7e..e70eb598b2dd15b2a9b267adfb01aa05d15e46f6 100644
--- a/lily/phrasing-slur-engraver.cc
+++ b/lily/phrasing-slur-engraver.cc
@@ -23,11 +23,11 @@
class Phrasing_slur_engraver : public Slur_engraver
{
- virtual SCM event_symbol () const;
- virtual bool double_property () const;
- virtual SCM grob_symbol () const;
- virtual const char* object_name () const;
- virtual void set_melisma (bool);
+ SCM event_symbol () const override;
+ bool double_property () const override;
+ SCM grob_symbol () const override;
+ const char* object_name () const override;
+ void set_melisma (bool) override;
public:
TRANSLATOR_DECLARATIONS (Phrasing_slur_engraver);
« no previous file with comments | « lily/percent-repeat-iterator.cc ('k') | lily/piano-pedal-align-engraver.cc » ('j') | no next file with comments »

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