X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Faudio-element-info.hh;h=fd529bfde22f2244ad345526508a91d19de19d29;hb=a9c0c06eca7cf482bd550be17e4a4dbdfc7cc22a;hp=54604a330ee0206522e9a7dff5fa6ad471724328;hpb=58bcc84c9480dae1b21bc24d8396b91fe19e0131;p=lilypond.git diff --git a/lily/include/audio-element-info.hh b/lily/include/audio-element-info.hh index 54604a330e..fd529bfde2 100644 --- a/lily/include/audio-element-info.hh +++ b/lily/include/audio-element-info.hh @@ -3,14 +3,14 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2005 Han-Wen Nienhuys + (c) 1999--2006 Han-Wen Nienhuys */ #ifndef AUDIO_ITEM_INFO_HH #define AUDIO_ITEM_INFO_HH #include "lily-proto.hh" -#include "parray.hh" +#include "std-vector.hh" /** Data container for broadcasts @@ -19,12 +19,12 @@ class Audio_element_info { public: Audio_element *elem_; - Music *event_; + Stream_event *event_; Translator *origin_trans_; - Link_array origin_contexts (Translator *) const; + vector origin_contexts (Translator *) const; - Audio_element_info (Audio_element *, Music *); + Audio_element_info (Audio_element *, Stream_event *); Audio_element_info (); };