X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Finclude%2Fswallow-perf.hh;h=ff6c1b7612deebc6d617ce6eb8a15b0481951281;hb=1cd3b2484a4095d4e3fb6422dbc695a1a1219eea;hp=38b84befe3be98aa7c9b6b7b2eb97d76629a9257;hpb=78ed9c22a8cbf56ff5390553e0a2854aa42cbbc5;p=lilypond.git diff --git a/lily/include/swallow-perf.hh b/lily/include/swallow-perf.hh index 38b84befe3..ff6c1b7612 100644 --- a/lily/include/swallow-perf.hh +++ b/lily/include/swallow-perf.hh @@ -3,10 +3,9 @@ source file of the GNU LilyPond music typesetter - (c) 1997--1999 Han-Wen Nienhuys + (c) 1997--2005 Han-Wen Nienhuys */ - #ifndef SWALLOW_PERF_HH #define SWALLOW_PERF_HH @@ -15,10 +14,10 @@ class Swallow_performer : public Performer { public: - VIRTUAL_COPY_CONS(Translator); - + VIRTUAL_COPY_CONS (Translator); + protected: - virtual bool do_try_music (Music*) { return true; } + virtual bool try_music (Music *) { return true; } }; #endif // SWALLOW_PERF_HH