]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/bar-line.cc
*** empty log message ***
[lilypond.git] / lily / bar-line.cc
index ec91336621a1d67f36271175fa778f1fb8397d9b..5a30a2c9a5d83ae4d9f8c8b93f9f610eb36f0835 100644 (file)
@@ -26,7 +26,7 @@ Bar_line::print (SCM smob)
   
   if (scm_is_string (s) && scm_is_number (barsize))
     {
-      String str = ly_scm2string (s);
+      std::string str = ly_scm2string (s);
       Real sz = robust_scm2double (barsize, 0);
       if (sz <= 0)
        return SCM_EOL;
@@ -37,7 +37,7 @@ Bar_line::print (SCM smob)
 }
 
 Stencil
-Bar_line::compound_barline (Grob *me, String str, Real h,
+Bar_line::compound_barline (Grob *me, std::string str, Real h,
                            bool rounded)
 {
   Real kern = robust_scm2double (me->get_property ("kern"), 1);