X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Finclude%2Fswallow-perf.hh;h=3b40a7dfe002367a068d690d77b68d3417fdc76d;hb=refs%2Ftags%2Frelease%2F1.5.27;hp=9f8f5514621fcda4d8e241fe4a92a925e07364e7;hpb=cec6dfa6bf0fb931eb7f42b1ee44ca2ec19a9f34;p=lilypond.git diff --git a/lily/include/swallow-perf.hh b/lily/include/swallow-perf.hh index 9f8f551462..3b40a7dfe0 100644 --- a/lily/include/swallow-perf.hh +++ b/lily/include/swallow-perf.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997 Han-Wen Nienhuys + (c) 1997--2001 Han-Wen Nienhuys */ @@ -12,12 +12,13 @@ #include "performer.hh" -class Swallow_performer : public Performer { +class Swallow_performer : public Performer +{ public: - TRANSLATOR_CLONE(Swallow_performer); - DECLARE_MY_RUNTIME_TYPEINFO; + VIRTUAL_COPY_CONS (Translator); + protected: - virtual bool do_try_request (Request*) { return true; } + virtual bool try_music (Music*) { return true; } }; #endif // SWALLOW_PERF_HH