]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/grob-interface.cc
Issue 4550 (1/2) Avoid "using namespace std;" in included files
[lilypond.git] / lily / grob-interface.cc
index ec7108c15c3919bae1e08dd6896e5442ef088932..1dfd0f2c9e9657a39a6dec02a81c7f0770e26693 100644 (file)
@@ -34,7 +34,7 @@ SCM add_interface (char const *cxx_name,
 {
   string suffix ("-interface");
   string lispy_name = camel_case_to_lisp_identifier (cxx_name);
-  vsize end = std::max (int (0), int (lispy_name.length () - suffix.length ()));
+  vsize end = max (int (0), int (lispy_name.length () - suffix.length ()));
   if (lispy_name.substr (end) != suffix)
     lispy_name += suffix;