]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/engraver-group.hh
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / include / engraver-group.hh
index 3e61dad3cd2dc170203ac1506eb488a96b7149bc..d1df4cffb37c39008cb27d295c8289768ecbab72 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef ENGRAVER_GROUP_HH
@@ -15,8 +15,9 @@
 class Engraver_group : public virtual Translator_group
 {
 protected:
-  Array<Grob_info> announce_infos_;
-  SCM acknowledge_hash_table_;
+  vector<Grob_info> announce_infos_;
+  Drul_array<SCM> acknowledge_hash_table_drul_;
+
 public:
   VIRTUAL_COPY_CONSTRUCTOR (Translator_group, Engraver_group);
   Engraver_group ();
@@ -32,6 +33,6 @@ typedef void (Engraver:: *Engraver_method) (void);
 
 void engraver_each (SCM list, Engraver_method method);
 
-#endif // ENGRAVERGROUP_HH
+#endif /* ENGRAVERGROUP_HH */