X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftie-engraver.cc;h=bdcd3dbb365040465e5aefe238e8a92178dcca06;hb=dcbb0d114e3107090cc807965cec582eee1d7375;hp=b97a5ad9c2bbd71782b25f95952a902a376aef81;hpb=e79a1b386108bd84ef04a4a71b21b4049ca6b867;p=lilypond.git diff --git a/lily/tie-engraver.cc b/lily/tie-engraver.cc index b97a5ad9c2..bdcd3dbb36 100644 --- a/lily/tie-engraver.cc +++ b/lily/tie-engraver.cc @@ -252,7 +252,7 @@ Tie_engraver::stop_translation_timestep () if (!wait && new_heads_to_tie.size ()) heads_to_tie_.clear (); - // hmmm, how to do with copy() ? + // hmmm, how to do with copy () ? for (vsize i = 0; i < new_heads_to_tie.size (); i++) heads_to_tie_.push_back (new_heads_to_tie[i]);