]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/figured-bass-engraver.cc
Issue 4884: Remove DECLARE_* translator callback macros
[lilypond.git] / lily / figured-bass-engraver.cc
index e9bd19291ca89aeb9a436e36676b0d68b5ceffac..9785f3fef47e763efc7acc2da7636ed7e20a7b72 100644 (file)
@@ -122,8 +122,8 @@ protected:
   Moment stop_moment_;
   bool have_rest_;
 
-  DECLARE_TRANSLATOR_LISTENER (rest);
-  DECLARE_TRANSLATOR_LISTENER (bass_figure);
+  void listen_rest (Stream_event *);
+  void listen_bass_figure (Stream_event *);
 
   virtual void derived_mark () const;