From: fred Date: Sun, 24 Mar 2002 19:33:27 +0000 (+0000) Subject: lilypond-0.0.35 X-Git-Tag: release/1.5.59~5292 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e19569e4be2f14620d49ccb3360faf123937b2ca;p=lilypond.git lilypond-0.0.35 --- diff --git a/hdr/localkeyreg.hh b/hdr/localkeyreg.hh index 48a9b5cbd2..07c016678c 100644 --- a/hdr/localkeyreg.hh +++ b/hdr/localkeyreg.hh @@ -1,5 +1,5 @@ /* - localkeyreg.hh -- part of LilyPond + localkeyreg.hh -- declare Local_key_register (c) 1997 Han-Wen Nienhuys */ @@ -13,8 +13,9 @@ struct Local_key_register : Request_register { Local_key local_key_; Local_key_item* key_item_p_; - + const Key *key_c_l_; /* *************** */ + virtual void process_request(); virtual void acknowledge_element(Staff_elem_info); virtual void do_pre_move_process(); Local_key_register(Complex_walker*);