X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fperformer.cc;h=fad7db5959a617fad7abd540c427daa51860ab60;hb=5111c76457bd1f707ff14b424988c0203cb5964b;hp=60a0519d42b31336abaa8b1bff32022a46305581;hpb=c115eee78ce32dab7ee8b8e9a3f24836ab7f5211;p=lilypond.git diff --git a/lily/performer.cc b/lily/performer.cc index 60a0519d42..fad7db5959 100644 --- a/lily/performer.cc +++ b/lily/performer.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1996--2010 Han-Wen Nienhuys + Copyright (C) 1996--2014 Han-Wen Nienhuys Jan Nieuwenhuizen LilyPond is free software: you can redistribute it and/or modify @@ -23,7 +23,6 @@ #include "performer-group.hh" #include "warn.hh" - Performer_group * Performer::get_daddy_performer () const { @@ -51,7 +50,7 @@ Performer::announce_element (Audio_element_info i) } Performer * -unsmob_performer (SCM perf) +Performer::unsmob (SCM perf) { - return dynamic_cast (unsmob_translator (perf)); + return dynamic_cast (Translator::unsmob (perf)); }