]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/includable-lexer.cc
string() -> to_string()
[lilypond.git] / lily / includable-lexer.cc
index e2bd367808db455e0f3885353f1232ce3e9fcb6d..6d5207a084b33289766b7d557e537c91ac368f6d 100644 (file)
@@ -48,7 +48,7 @@ Includable_lexer::new_input (String s, Sources  * global_sources)
     {
       String msg = _f ("can't find file: `%s'", s);
       msg += "\n";
-      msg += _f ("(search path: `%s')", global_sources->path_C_->string ().to_str0 ());
+      msg += _f ("(search path: `%s')", global_sources->path_C_->to_string ().to_str0 ());
       msg += "\n";
       LexerError (msg.to_str0 ());