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

Unified Diff: lily/beam.cc

Issue 545320043: Issue 5628: fix warnings compiling flower unit tests (Closed)
Patch Set: compile as Cplusplus 2003 Created 4 years, 3 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 | « flower/test-interval-set.cc ('k') | lily/include/system.hh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/beam.cc
diff --git a/lily/beam.cc b/lily/beam.cc
index 3f465968ae33791e270f610837e6358256866f30..28d082f852e741dd70819f9e434871ea27e7d1bd 100644
--- a/lily/beam.cc
+++ b/lily/beam.cc
@@ -775,7 +775,7 @@ Beam::get_default_dir (Grob *me)
extract_grob_set (me, "stems", stems);
Drul_array<Real> extremes (0.0, 0.0);
- for (iterof (s, stems); s != stems.end (); s++)
+ for (vector<Grob*>::const_iterator s = stems.begin (); s != stems.end (); s++)
{
Interval positions = Stem::head_positions (*s);
for (DOWN_and_UP (d))
« no previous file with comments | « flower/test-interval-set.cc ('k') | lily/include/system.hh » ('j') | no next file with comments »

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