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

Unified Diff: lily/include/optimal-page-breaking.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/open-type-font.hh ('k') | lily/include/output-def.hh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/include/optimal-page-breaking.hh
diff --git a/lily/include/optimal-page-breaking.hh b/lily/include/optimal-page-breaking.hh
index dfb6aeb632f448f74466b014dd5ab3fa71cb8e17..b467b71d26a894dd5aaf544d2b225f6b23f9b259 100644
--- a/lily/include/optimal-page-breaking.hh
+++ b/lily/include/optimal-page-breaking.hh
@@ -26,7 +26,7 @@
class Optimal_page_breaking: public Page_breaking
{
public:
- virtual SCM solve ();
+ SCM solve () override;
Optimal_page_breaking (Paper_book *pb);
virtual ~Optimal_page_breaking ();
« no previous file with comments | « lily/include/open-type-font.hh ('k') | lily/include/output-def.hh » ('j') | no next file with comments »

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