]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/input-scheme.cc
* flower/include/std-string.hh:
[lilypond.git] / lily / input-scheme.cc
index bf5793f52dfc49f55981ccbf0f667d6d826b716a..a13ca876e7998431653c8e4f6b16eac62292e8c6 100644 (file)
@@ -28,7 +28,7 @@ LY_DEFINE (ly_input_message, "ly:input-message", 2, 0, 1, (SCM sip, SCM msg, SCM
 
   msg = scm_simple_format (SCM_BOOL_F, msg, rest);
 
-  std::string m = ly_scm2string (msg);
+  string m = ly_scm2string (msg);
   ip->message (m);
 
   return SCM_UNSPECIFIED;