]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/stanza-number-align-engraver.cc
* flower/include/pqueue.hh: Derive from std::vector.
[lilypond.git] / lily / stanza-number-align-engraver.cc
index 0a40dcac36446f998539c03e5184146d8ff6aee2..3f80169b0cc35bfd60d209080740d176b270ac92 100644 (file)
@@ -21,8 +21,8 @@ public:
   TRANSLATOR_DECLARATIONS (Stanza_number_align_engraver);
 
 protected:
-  Link_array<Grob> lyrics_;
-  Link_array<Grob> stanza_numbers_;
+  Link_array__Grob_ lyrics_;
+  Link_array__Grob_ stanza_numbers_;
 
   DECLARE_ACKNOWLEDGER (lyric_syllable);
   DECLARE_ACKNOWLEDGER (stanza_number);