]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/input-scheme.cc
*** empty log message ***
[lilypond.git] / lily / input-scheme.cc
index 6923a8b1049b3494bfce46e912e70c9c2e301988..bf5793f52dfc49f55981ccbf0f667d6d826b716a 100644 (file)
@@ -6,7 +6,7 @@
   (c) 2005--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
-#include "string.hh"
+#include "std-string.hh"
 #include "input-smob.hh"
 
 /* We don't use IMPLEMENT_TYPE_P, since the smobification part is
@@ -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);
 
-  String m = ly_scm2string (msg);
+  std::string m = ly_scm2string (msg);
   ip->message (m);
 
   return SCM_UNSPECIFIED;