X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fswallow-perf.cc;h=f537e6e2577eb75431df28246626065323b67488;hb=9ca26f1645ce2e09fcf66a45f0aa2f54ca4be497;hp=21078a0da4b3933e3d2724d28950152065eb3cd5;hpb=7ddea59edacbfab0885147c675ac354f31aededb;p=lilypond.git diff --git a/lily/swallow-perf.cc b/lily/swallow-perf.cc index 21078a0da4..f537e6e257 100644 --- a/lily/swallow-perf.cc +++ b/lily/swallow-perf.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2003 Han-Wen Nienhuys + (c) 1997--2004 Han-Wen Nienhuys */ #include "performer.hh" @@ -11,7 +11,7 @@ class Swallow_performer : public Performer { public: - TRANSLATOR_DECLARATIONS(Swallow_performer); + TRANSLATOR_DECLARATIONS (Swallow_performer); protected: virtual bool try_music (Music*); }; @@ -26,10 +26,10 @@ Swallow_performer::try_music (Music *m) return true; } -Swallow_performer::Swallow_performer() +Swallow_performer::Swallow_performer () {} -ENTER_DESCRIPTION(Swallow_performer, +ADD_TRANSLATOR (Swallow_performer, /* descr */ "", /* creats*/ "", /* accepts */ "general-music",