]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.32
authorfred <fred>
Sun, 24 Mar 2002 19:31:35 +0000 (19:31 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:31:35 +0000 (19:31 +0000)
hdr/localkeyitem.hh

index 492a23f345eaad5f2c4b99bc30135bbe1dd91832..e9640023d4560395dd690b7b7e33db8c91fa3343 100644 (file)
@@ -17,8 +17,8 @@ struct Local_acc {
 struct Local_key_item : Item {
     const char * name() const;
     Array<Local_acc> accs;
-    Array<Item*> group;
-    int c0_position;           // move into walker
+    Array<Item*> support_items_;
+    int c0_position;
 
     /* *************** */