From e19569e4be2f14620d49ccb3360faf123937b2ca Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:33:27 +0000 Subject: [PATCH] lilypond-0.0.35 --- hdr/localkeyreg.hh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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*); -- 2.39.5