]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/audio-element-info.hh
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / include / audio-element-info.hh
index 54604a330ee0206522e9a7dff5fa6ad471724328..8eed5953733a9f25f6a9fd83f9e3c6690313a710 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--2006 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
@@ -22,7 +22,7 @@ public:
   Music *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 ();