]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/audio-element-info.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / audio-element-info.hh
index 54604a330ee0206522e9a7dff5fa6ad471724328..a9d2107e22e5a7ea8faca689da5af804b527c6e4 100644 (file)
@@ -3,14 +3,14 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1999--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #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<Context> origin_contexts (Translator *) const;
+  vector<Context*> origin_contexts (Translator *) const;
 
-  Audio_element_info (Audio_element *, Music *);
+  Audio_element_info (Audio_element *, Stream_event *);
   Audio_element_info ();
 };