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

Unified Diff: lily/system-start-delimiter.cc

Issue 583320043: Issue 5659: Clean up to_string () etc. (Closed)
Patch Set: Werner's feedback 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/system.cc ('k') | lily/template5.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/system-start-delimiter.cc
diff --git a/lily/system-start-delimiter.cc b/lily/system-start-delimiter.cc
index 7ea1ce63096694b9e6909f5c5cd05ca08c7d3644..e00536ec233108f42d4d4fe24de6624736e79ef9 100644
--- a/lily/system-start-delimiter.cc
+++ b/lily/system-start-delimiter.cc
@@ -169,7 +169,7 @@ System_start_delimiter::staff_brace (Grob *me, Real y)
}
while (hi - lo > 1);
- Stencil stil (fm->find_by_name ("brace" + ::to_string (lo)));
+ Stencil stil (fm->find_by_name ("brace" + std::to_string (lo)));
stil.translate_axis (-b[X_AXIS].length () / 2, X_AXIS);
stil.translate_axis (-0.2, X_AXIS);
« no previous file with comments | « lily/system.cc ('k') | lily/template5.cc » ('j') | no next file with comments »

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