]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/simple-spacer.cc
Release: bump Welcome versions.
[lilypond.git] / lily / simple-spacer.cc
index 5b8183d96afd105f4aa32d3591318771f131beba..cf4fd5849e35601ad8cf839394d7f6d6ba407c8e 100644 (file)
@@ -32,8 +32,6 @@
 #include "spring.hh"
 #include "warn.hh"
 
-using std::vector;
-
 /*
   A simple spacing constraint solver. The approach:
 
@@ -472,7 +470,7 @@ get_line_forces (vector<Grob *> const &columns,
                 force[b * breaks.size () + c] = infinity_f;
               break;
             }
-          if (end < cols.size () && cols[end].break_permission_ == force_break)
+          if (end < cols.size () && scm_is_eq (cols[end].break_permission_, force_break))
             break;
         }
     }