]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-head.cc
Merge branch 'translation'
[lilypond.git] / lily / note-head.cc
index 4bf8168eb1092c4fe34b147bbfc5d17e318774fa..5d8352e72df32240749dcaa3d0f80dda8d16e6df 100644 (file)
@@ -38,7 +38,7 @@ internal_print (Grob *me, string *font_char)
 {
   string style = robust_symbol2string (me->get_property ("style"), "default");
 
-  string suffix = to_string (min (robust_scm2int (me->get_property ("duration-log"), 2), 2));
+  string suffix = ::to_string (min (robust_scm2int (me->get_property ("duration-log"), 2), 2));
   if (style != "default")
     suffix = robust_scm2string (me->get_property ("glyph-name"), "");