X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftie-performer.cc;h=2fe3df0733b045eb0e17df0abd0818832d9a145b;hb=acb0f57f5829647a48ffc5d81b8b3246e20863f8;hp=28d5cb4748127f5ee2c2b266088d0e9d42ae8072;hpb=358d6e99ada8019268ade9ba9080b2d0d88eeb7a;p=lilypond.git diff --git a/lily/tie-performer.cc b/lily/tie-performer.cc index 28d5cb4748..2fe3df0733 100644 --- a/lily/tie-performer.cc +++ b/lily/tie-performer.cc @@ -3,14 +3,13 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2006 Han-Wen Nienhuys + (c) 1998--2007 Han-Wen Nienhuys */ #include "performer.hh" #include "audio-item.hh" #include "context.hh" -#include "pqueue.hh" #include "stream-event.hh" #include "translator.icc" @@ -102,7 +101,7 @@ Tie_performer::stop_translation_timestep () heads_to_tie_ = now_heads_; } - for (vsize i = now_tied_heads_.size(); i--;) + for (vsize i = now_tied_heads_.size (); i--;) heads_to_tie_.push_back (now_tied_heads_[i]); event_ = 0;