X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Faudio-element-info.hh;h=a9d2107e22e5a7ea8faca689da5af804b527c6e4;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=0707a058f5ef190f0b685fb3097bf19d3340ca92;hpb=545092a25d8ca41dc90b87482474b3719f7130a9;p=lilypond.git diff --git a/lily/include/audio-element-info.hh b/lily/include/audio-element-info.hh index 0707a058f5..a9d2107e22 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--2008 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 (); };