]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/output-property-engraver.cc
* flower/include/std-string.hh:
[lilypond.git] / lily / output-property-engraver.cc
index c0750c06c858fb20507e010f03d11256f3cadedf..74ee4494117904040680d2d5ee65100e247dcead 100644 (file)
@@ -18,7 +18,7 @@ class Output_property_engraver : public Engraver
 {
   TRANSLATOR_DECLARATIONS (Output_property_engraver);
 protected:
-  Link_array__Music_ props_;
+  vector<Music*> props_;
   DECLARE_ACKNOWLEDGER (grob)
 
   void stop_translation_timestep ();