]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/volta-bracket.cc
*** empty log message ***
[lilypond.git] / lily / volta-bracket.cc
index f314d807a29fde4553667f44a0ffc18bee140c9d..595ed9b192cdc3732b4090d538de67373042e9ff 100644 (file)
@@ -119,7 +119,7 @@ Volta_bracket_interface::after_line_breaking (SCM smob)
   Grob *endbar = bars.size () ? bars.top () : 0;
   SCM glyph = endbar ? endbar->get_property ("glyph") : SCM_EOL;
 
-  String str;
+  std::string str;
   if (scm_is_string (glyph))
     str = ly_scm2string (glyph);
   else