]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tie-performer.cc
* flower/include/std-string.hh:
[lilypond.git] / lily / tie-performer.cc
index f122bcc86546c2c6fa1dd82207ffd12ae2eaa171..bf3c513bcbdf578ba1aa44814500fcea2c54e178 100644 (file)
@@ -17,8 +17,8 @@ class Tie_performer : public Performer
 {
   Music *event_;
   Music *last_event_;
-  std::vector<Audio_element_info> now_heads_;
-  std::vector<Audio_element_info> heads_to_tie_;
+  vector<Audio_element_info> now_heads_;
+  vector<Audio_element_info> heads_to_tie_;
 
   bool ties_created_;