Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 317163 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- lily/spacing-spanner.cc
0
++ lily/spacing-spanner.cc
Lines 38-45 Link Here
38
  vsize end = binary_search (all, (Grob*) me->get_bound (RIGHT),
38
  vsize end = binary_search (all, (Grob*) me->get_bound (RIGHT),
39
			     &Paper_column::less_than);  
39
			     &Paper_column::less_than);  
40
  
40
  
41
  all = vector<Grob*>::vector<Grob*> (all.begin () + start,
41
  all = vector<Grob*> (all.begin () + start,
42
				      all.begin () + end + 1);
42
		       all.begin () + end + 1);
43
  return all;
43
  return all;
44
}
44
}
45
45

Return to bug 317163