]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/grob-pq-engraver.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / grob-pq-engraver.cc
index a8e1081704e13c993a3cd022b2dd8c7fbba046e8..e4e8b944f968aefd5647185bc9f2ef21c87a560f 100644 (file)
@@ -32,7 +32,7 @@ protected:
   void start_translation_timestep ();
   void stop_translation_timestep ();
 
-  std::vector<Grob_pq_entry> started_now_;
+  vector<Grob_pq_entry> started_now_;
 };
 
 Grob_pq_engraver::Grob_pq_engraver ()