]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tie-performer.cc
Release: bump Welcome versions.
[lilypond.git] / lily / tie-performer.cc
index 51fcf07193a1eb34f7e57053114a0c3783cce099..1f95023eb6ab0962146dd13b54ce07f08b665717 100644 (file)
@@ -51,12 +51,13 @@ protected:
   void start_translation_timestep ();
   virtual void acknowledge_audio_element (Audio_element_info);
   void process_music ();
-  DECLARE_TRANSLATOR_LISTENER (tie);
+  void listen_tie (Stream_event *);
 public:
   TRANSLATOR_DECLARATIONS (Tie_performer);
 };
 
-Tie_performer::Tie_performer ()
+Tie_performer::Tie_performer (Context *c)
+  : Performer (c)
 {
   event_ = 0;
 }