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

Unified Diff: lily/context-specced-music-iterator.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/concurrent-hairpin-engraver.cc ('k') | lily/control-track-performer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/context-specced-music-iterator.cc
diff --git a/lily/context-specced-music-iterator.cc b/lily/context-specced-music-iterator.cc
index 18c9be3a27c3c3eaea3022743e84b5f837cb0be4..e04bb3f2b3a04d66826f902324407cc20db866fb 100644
--- a/lily/context-specced-music-iterator.cc
+++ b/lily/context-specced-music-iterator.cc
@@ -29,7 +29,7 @@ class Context_specced_music_iterator : public Music_wrapper_iterator
{
public:
DECLARE_SCHEME_CALLBACK (constructor, ());
- virtual void construct_children ();
+ void construct_children () override;
};
void
« no previous file with comments | « lily/concurrent-hairpin-engraver.cc ('k') | lily/control-track-performer.cc » ('j') | no next file with comments »

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