]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/spanner.hh
Issue 4938 (2/3) Refactor handling of MIDI control changes
[lilypond.git] / lily / include / spanner.hh
index 72b295232dbaf19e97fb36e09749dd968574c2b7..79032dfb305c2d52dc2eef5f3d057e52565240c7 100644 (file)
@@ -52,7 +52,7 @@ public:
   DECLARE_SCHEME_CALLBACK (bounds_width, (SCM));
   DECLARE_SCHEME_CALLBACK (kill_zero_spanned_time, (SCM));
 
-  std::vector<Spanner *> broken_intos_;
+  vector<Spanner *> broken_intos_;
 
   vsize get_break_index () const;
   Spanner *broken_neighbor (Direction d) const;