]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/rest-engraver.cc
Issue 4938 (3/3) Rename Midi_control_function_performer to Midi_control_change_performer
[lilypond.git] / lily / rest-engraver.cc
index 64ff97a35fcf48fe58a0d5460a63ffcd5186c59f..d691c2e98c7f9e2001706845c9ca3cf15b590df1 100644 (file)
@@ -37,7 +37,7 @@ class Rest_engraver : public Engraver
 protected:
   void start_translation_timestep ();
   void process_music ();
-  DECLARE_TRANSLATOR_LISTENER (rest);
+  void listen_rest (Stream_event *);
 public:
   TRANSLATOR_DECLARATIONS (Rest_engraver);
 };