X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fswallow-perf.hh;h=edfa8e6234afe219fd1fd68203107b697b2ccb99;hb=b4139c2fb2ec738a17ee1157edf23e8ea56ed560;hp=9f8f5514621fcda4d8e241fe4a92a925e07364e7;hpb=cec6dfa6bf0fb931eb7f42b1ee44ca2ec19a9f34;p=lilypond.git diff --git a/lily/include/swallow-perf.hh b/lily/include/swallow-perf.hh index 9f8f551462..edfa8e6234 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--2003 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