]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/music-function.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / music-function.cc
index 984edc9c0f3099c5bcc6505ac3894931613cd2d6..8f0f7813d9d96b82333f773de3cc82da7cbe67b8 100644 (file)
@@ -35,7 +35,7 @@ LY_DEFINE (ly_make_music_function, "ly:make-music-function", 2, 0, 0,
 {
   extern SCM ly_music_p_proc;
   
-  std::string str = "";
+  string str = "";
   for (SCM s = signature; scm_is_pair (s); s = scm_cdr (s))
     {
       if (str != "")