]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lyric-performer.hh
release: 0.1.13
[lilypond.git] / lily / include / lyric-performer.hh
index f03c4faaf0460ad39ac28d46c57460d258952514..c8a476037d8ea497da7770baf006ac9c36c3fc54 100644 (file)
@@ -16,6 +16,7 @@
 
 class Lyric_performer : public Performer {
 public:
+  TRANSLATOR_CLONE(Lyric_performer);
     DECLARE_MY_RUNTIME_TYPEINFO;
     Lyric_performer();
     ~Lyric_performer();
@@ -23,7 +24,7 @@ public:
 protected:
     void do_print() const;
     virtual bool do_try_request (Request* req_l);
-    virtual void process_requests();
+    virtual void do_process_requests();
 
 private:
     Array<Lyric_req*> lreq_arr_;