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

Unified Diff: lily/include/translator-group.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/translator.hh ('k') | lily/instrument-name-engraver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/include/translator-group.hh
diff --git a/lily/include/translator-group.hh b/lily/include/translator-group.hh
index 35edc3b304863f9557fd9c697bfc292ad1470116..d95d818ad20fb39f66b1f6a2c1a93d9e6fe6da23 100644
--- a/lily/include/translator-group.hh
+++ b/lily/include/translator-group.hh
@@ -41,7 +41,7 @@ private:
void create_child_translator (SCM);
public:
- DECLARE_CLASSNAME (Translator_group);
+ VIRTUAL_CLASS_NAME (Translator_group);
virtual void connect_to_context (Context *c);
virtual void disconnect_from_context ();
« no previous file with comments | « lily/include/translator.hh ('k') | lily/instrument-name-engraver.cc » ('j') | no next file with comments »

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