]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.35
authorfred <fred>
Sun, 24 Mar 2002 19:33:27 +0000 (19:33 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:33:27 +0000 (19:33 +0000)
hdr/localkeyreg.hh

index 48a9b5cbd299749c79fe347590375d1ec12e0e06..07c016678c9d794c8759645c7e1103e38bafe923 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  localkeyreg.hh -- part of LilyPond
+  localkeyreg.hh -- declare Local_key_register
 
   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
 */
@@ -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*);