X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fperformer.hh;h=70354fdbf2d845f9fe2a571339170b2c0681b43b;hb=6e46bbbd9fb0a138e9f64fcb09b750fb25bc9fe8;hp=fcd5a26b424c73ff229d247ca2454e40d7b0f515;hpb=058370efc7e9710f149d0f444328bb1fcd7bdec1;p=lilypond.git diff --git a/lily/include/performer.hh b/lily/include/performer.hh index fcd5a26b42..70354fdbf2 100644 --- a/lily/include/performer.hh +++ b/lily/include/performer.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1996--2014 Han-Wen Nienhuys + Copyright (C) 1996--2015 Han-Wen Nienhuys Jan Nieuwenhuizen LilyPond is free software: you can redistribute it and/or modify @@ -30,7 +30,7 @@ class Performer : public Translator { public: - VIRTUAL_COPY_CONSTRUCTOR (Translator, Performer); + DECLARE_CLASSNAME (Performer); friend class Performer_group; Performer_group *get_daddy_performer () const; @@ -40,7 +40,5 @@ protected: virtual void create_audio_elements (); }; -Performer *unsmob_performer (SCM perf); - #endif /* PERFORMER_HH */