X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fswallow-perf.hh;h=672caf863b1619ea937fdd04800580ac7ecd4a43;hb=f3487cef38f45d65137225ece9f5c289569138bd;hp=b81ebf5cc905b8537d42e9638920049fe0674664;hpb=615a9212789c2cb2994748c023d0e19f3a83a0fd;p=lilypond.git diff --git a/lily/include/swallow-perf.hh b/lily/include/swallow-perf.hh index b81ebf5cc9..672caf863b 100644 --- a/lily/include/swallow-perf.hh +++ b/lily/include/swallow-perf.hh @@ -3,21 +3,21 @@ source file of the GNU LilyPond music typesetter - (c) 1997--1998 Han-Wen Nienhuys + (c) 1997--2006 Han-Wen Nienhuys */ - #ifndef SWALLOW_PERF_HH #define SWALLOW_PERF_HH #include "performer.hh" -class Swallow_performer : public Performer { +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