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

Unified Diff: lily/include/performance.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/paper-score.hh ('k') | lily/include/performer.hh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/include/performance.hh
diff --git a/lily/include/performance.hh b/lily/include/performance.hh
index bc1664a8c3ead780bfbe4e91ef3e46c803fc9653..082f78469d02bb32b7914e1c3aec7b58aa725057 100644
--- a/lily/include/performance.hh
+++ b/lily/include/performance.hh
@@ -29,15 +29,15 @@ class Performance : public Music_output
public:
Performance (bool ports = false);
~Performance ();
- DECLARE_CLASSNAME (Performance);
+ OVERRIDE_CLASS_NAME (Performance);
SCM get_header () const;
void set_header (SCM header);
- virtual void derived_mark () const;
+ void derived_mark () const override;
void add_element (Audio_element *p);
- virtual void process ();
+ void process () override;
void remap_grace_durations ();
void output (Midi_stream &midi_stream, const string &performance_name) const;
void output_header_track (Midi_stream &midi_stream) const;
« no previous file with comments | « lily/include/paper-score.hh ('k') | lily/include/performer.hh » ('j') | no next file with comments »

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