From: fred Date: Sun, 24 Mar 2002 19:29:14 +0000 (+0000) Subject: lilypond-0.0.27 X-Git-Tag: release/1.5.59~5532 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=916eb4c8c27e87154fb93eaa18087e2486b4782e;p=lilypond.git lilypond-0.0.27 --- diff --git a/hdr/complexstaff.hh b/hdr/complexstaff.hh index 4413add60e..17d489be96 100644 --- a/hdr/complexstaff.hh +++ b/hdr/complexstaff.hh @@ -16,7 +16,9 @@ /// column of Complex_staff: store one request struct Complex_column : Staff_column { - Array todo_l_arr_; + Array first_l_arr_; + Array second_l_arr_; + Complex_staff* staff_l_; /****************/