]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tuplet-bracket.cc
Revert "Issue 4550 (2/2) Avoid "using namespace std;" in included files"
[lilypond.git] / lily / tuplet-bracket.cc
index 4a8487adc5f0163ae45421bb31b2c43d4e2633c0..1bad21ba405f513e820c258f056cd3621ea65c20 100644 (file)
@@ -238,7 +238,7 @@ Tuplet_bracket::calc_x_positions (SCM smob)
           if (to_boolean (me->get_property ("full-length-to-extent")))
             coord = robust_relative_extent (bounds[d], commonx, X_AXIS)[LEFT];
 
-          coord = std::max (coord, x_span[LEFT]);
+          coord = max (coord, x_span[LEFT]);
 
           x_span[d] = coord - padding;
         }