]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.27
authorfred <fred>
Sun, 24 Mar 2002 19:29:14 +0000 (19:29 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:29:14 +0000 (19:29 +0000)
hdr/complexstaff.hh

index 4413add60e04fb25e096e87bd53ad4f2162bb67b..17d489be960119b90e2aba006ed6df33f056c197 100644 (file)
@@ -16,7 +16,9 @@
 /// column of Complex_staff: store one request
 struct Complex_column : Staff_column {
 
-    Array<Request*> todo_l_arr_;
+    Array<Request*> first_l_arr_;
+    Array<Request*> second_l_arr_;
+
     Complex_staff* staff_l_;
     
     /****************/