]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/paper-outputter-scheme.cc
make web fixes
[lilypond.git] / lily / paper-outputter-scheme.cc
index e05f6cc8acbb342fbb9ad38a7f9ec7b633a7d087..e4906f4a9bda4fb34eda3c90f85cfef9482723fd 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2005--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "paper-outputter.hh"
@@ -22,9 +22,9 @@ LY_DEFINE (ly_make_paper_outputter, "ly:make-paper-outputter",
   SCM_ASSERT_TYPE (scm_is_string (format), format, SCM_ARG2, __FUNCTION__,
                   "String");
 
-  std::string f = ly_scm2string (format);
+  string f = ly_scm2string (format);
 
-  std::string output_name = "<unknown>";
+  string output_name = "<unknown>";
 
   SCM port_name = scm_port_filename (port);
   if (scm_is_string (port_name))