]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/paper-stream.hh
release: 1.3.0
[lilypond.git] / lily / include / paper-stream.hh
index dc5b08541efa2b8d384fbedb7d40defe128c2f9e..f7e3bf56249d92fd0fac3b46a9a3717981b5ae13 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef PAPER_STREAM_HH
 #define PAPER_STREAM_HH
 
-#include <iostream.h>
 #include "string.hh"
 
 /** Paper output
@@ -21,13 +20,12 @@ public:
     
     /// open a file for writing
     Paper_stream (String filename);
-    virtual void header () = 0;
 
     /// delegate conversion to scalar class
-    virtual Paper_stream &operator <<(Scalar);
+    Paper_stream &operator <<(String);
 
     /// close the file
-    virtual ~Paper_stream();
+    ~Paper_stream();
 
 private:
     Paper_stream (Paper_stream const&);