]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/paper-stream.hh
release: 1.3.0
[lilypond.git] / lily / include / paper-stream.hh
index e5429511f6e550df5412000a0fa3bc1520c5ef34..f7e3bf56249d92fd0fac3b46a9a3717981b5ae13 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef PAPER_STREAM_HH
 #define PAPER_STREAM_HH
 
-#include <iostream.h>
 #include "string.hh"
 
 /** Paper output
@@ -23,7 +22,7 @@ public:
     Paper_stream (String filename);
 
     /// delegate conversion to scalar class
-    Paper_stream &operator <<(Scalar);
+    Paper_stream &operator <<(String);
 
     /// close the file
     ~Paper_stream();