]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dynamic-reg.hh
release: 0.0.65
[lilypond.git] / lily / include / dynamic-reg.hh
index b0f8b1a4379d647fae73c0c353036d7154a97607..17f769053cd21063638f89d8adeb3940360f2c91 100644 (file)
@@ -1,7 +1,7 @@
 /*
   dynamic-reg.hh -- declare Dynamic_register
 
-  source file of the LilyPond music typesetter
+  source file of the GNU LilyPond music typesetter
 
   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
 */
@@ -25,13 +25,13 @@ public:
     ~Dynamic_register();
     NAME_MEMBERS(Dynamic_register);
 protected:
-    virtual void acknowledge_element(Staff_elem_info);
+    virtual void acknowledge_element(Score_elem_info);
     virtual bool try_request(Request *req_l);
     virtual void process_requests();
     virtual void pre_move_processing();
     virtual void post_move_processing();
     virtual bool acceptable_request_b(Request*) const;
-    virtual void set_feature(Features);
+    virtual void set_feature(Feature);
 };
 
 #endif // DYNAMIC_REG_HH