X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fperformer.hh;h=3e7af707102fc26e9697c7f5940d1510f5e9e804;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=0473d1c181d9ed00fc1ba35b0ee815d3882f141a;hpb=a7f82e4dc22fc6219a9fe0f6874f8c91e3f31f24;p=lilypond.git diff --git a/lily/include/performer.hh b/lily/include/performer.hh index 0473d1c181..3e7af70710 100644 --- a/lily/include/performer.hh +++ b/lily/include/performer.hh @@ -1,7 +1,7 @@ /* performer.hh -- declare Performer - (c) 1996--2005 Han-Wen Nienhuys + (c) 1996--2008 Han-Wen Nienhuys Jan Nieuwenhuizen */ @@ -18,15 +18,13 @@ class Performer : public Translator { public: VIRTUAL_COPY_CONSTRUCTOR (Translator, Performer); - friend class Performer_group_performer; - Performer_group_performer *get_daddy_performer () const; + friend class Performer_group; + Performer_group *get_daddy_performer () const; protected: virtual void announce_element (Audio_element_info); virtual void acknowledge_audio_element (Audio_element_info); virtual void create_audio_elements (); - virtual int get_tempo () const; - virtual void play_element (Audio_element *elem); }; #endif /* PERFORMER_HH */