]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/double-percent-repeat-engraver.cc
Issue 5024: Rework the Preinit framework into something simpler
[lilypond.git] / lily / double-percent-repeat-engraver.cc
index f50f8f8108f55ce5fa2382bf8ef9cd5f79585aa7..d1717f8314a96f68b67cb85367f8a79910673767 100644 (file)
@@ -38,7 +38,7 @@ protected:
   // moment (global time) where percent started
   Moment start_mom_;
 
-  DECLARE_TRANSLATOR_LISTENER (double_percent);
+  void listen_double_percent (Stream_event *);
 
   void process_music ();
 };