]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/ottava-bracket.cc
* configure.in (--enable-std-vector): New option.
[lilypond.git] / lily / ottava-bracket.cc
index 3c0cfc2c7c4fa17d5783209ca7d0bc8123e495a4..f3b90b124cebbe971131e90fbacef8598bbd6640 100644 (file)
@@ -55,7 +55,7 @@ Ottava_bracket::print (SCM smob)
        {
          extract_grob_set (b, "note-heads", heads);
          common = common_refpoint_of_array (heads, common, X_AXIS);
-         for (int i = 0; i < heads.size (); i++)
+         for (vsize i = 0; i < heads.size (); i++)
            {
              Grob *h = heads[i];
              Grob *dots = Rhythmic_head::get_dots (h);
@@ -87,7 +87,7 @@ Ottava_bracket::print (SCM smob)
       if (Note_column::has_interface (b))
        {
          extract_grob_set (b, "note-heads", heads);
-         for (int i = 0; i < heads.size (); i++)
+         for (vsize i = 0; i < heads.size (); i++)
            {
              Grob *h = heads[i];
              ext.unite (h->extent (common, X_AXIS));