From: fred Date: Sun, 24 Mar 2002 19:31:35 +0000 (+0000) Subject: lilypond-0.0.32 X-Git-Tag: release/1.5.59~5401 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f44dde3e95e69c31bc3be2d31d4fe88997aa5a5e;p=lilypond.git lilypond-0.0.32 --- diff --git a/hdr/localkeyitem.hh b/hdr/localkeyitem.hh index 492a23f345..e9640023d4 100644 --- a/hdr/localkeyitem.hh +++ b/hdr/localkeyitem.hh @@ -17,8 +17,8 @@ struct Local_acc { struct Local_key_item : Item { const char * name() const; Array accs; - Array group; - int c0_position; // move into walker + Array support_items_; + int c0_position; /* *************** */