]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/system-start-delimiter.cc
Issue 4550 (2/2) Avoid "using namespace std;" in included files
[lilypond.git] / lily / system-start-delimiter.cc
index e5460a0f0485521356c5f5a1dfeecc60379b5084..7eb8c998718a9810bd0258c57282c096eec70d8f 100644 (file)
@@ -154,7 +154,7 @@ System_start_delimiter::staff_brace (Grob *me, Real y)
 
   int
   lo = 0;
-  int hi = max ((int) fm->count () - 1, 2);
+  int hi = std::max ((int) fm->count () - 1, 2);
 
   /* do a binary search for each Y, not very efficient, but passable?  */
   Box b;