]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/performance.cc
string() -> to_string()
[lilypond.git] / lily / performance.cc
index 257e9016475e60b209fc60725b53f54aac25d339..23be820ad001b5ee3d5a5726894d552619bfde70 100644 (file)
@@ -157,13 +157,13 @@ Performance::process ()
     {
       Path p = split_path (out);
       p.base += "-" + to_string (def);
-      out = p.string ();
+      out = p.to_string ();
     }
 
   /* Maybe a bit crude, but we had this before */
   Path p = split_path (out);
   p.ext = "midi";
-  out = p.string ();
+  out = p.to_string ();
   
   Midi_stream midi_stream (out);
   progress_indication (_f ("MIDI output to `%s'...", out));