]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/beam-engraver.cc
Issue 4550 (2/2) Avoid "using namespace std;" in included files
[lilypond.git] / lily / beam-engraver.cc
index e6ca4caf16d58586556a288fb7c915bb8e06659c..753a05644922e72f453bd14d2aef5b02e9b4f4a0 100644 (file)
@@ -305,7 +305,7 @@ Beam_engraver::acknowledge_stem (Grob_info info)
   stem->set_property ("duration-log", scm_from_int (durlog));
   Moment stem_location = now - beam_start_mom_ + beam_start_location_;
   beam_info_->add_stem (stem_location,
-                        max (durlog - 2, 0),
+                        std::max (durlog - 2, 0),
                         Stem::is_invisible (stem),
                         stem_duration->factor (),
                         (to_boolean (stem->get_property ("tuplet-start"))));