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

Unified Diff: lily/include/prob.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/performer-group.hh ('k') | lily/include/property-iterator.hh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/include/prob.hh
diff --git a/lily/include/prob.hh b/lily/include/prob.hh
index 7631afbab7eb8af93d7b38ba0c5300a7fe8b3626..07b7d871d80458a2fc1b0cfe802d65c8f19651f7 100644
--- a/lily/include/prob.hh
+++ b/lily/include/prob.hh
@@ -41,7 +41,7 @@ public:
static const char * const type_p_name_;
virtual ~Prob ();
private:
- DECLARE_CLASSNAME (Prob);
+ VIRTUAL_CLASS_NAME (Prob);
void init_vars ();
protected:
« no previous file with comments | « lily/include/performer-group.hh ('k') | lily/include/property-iterator.hh » ('j') | no next file with comments »

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