]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/spanner.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / spanner.cc
index c7836160b0c772002d07302eaabe63528cd661a1..bb6f743a24d5034eab9a0e6cb76805b11308a071 100644 (file)
@@ -81,7 +81,7 @@ Spanner::do_break_processing ()
   else
     {
       System *root  = get_root_system (this);
-      Link_array__Item_ break_points = root->broken_col_range (left, right);
+      vector<Item*> break_points = root->broken_col_range (left, right);
 
       break_points.insert (break_points.begin () + 0, left);
       break_points.push_back (right);