]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/paper-stream.hh
release: 1.1.0
[lilypond.git] / lily / include / paper-stream.hh
index dc5b08541efa2b8d384fbedb7d40defe128c2f9e..e5429511f6e550df5412000a0fa3bc1520c5ef34 100644 (file)
@@ -21,13 +21,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 <<(Scalar);
 
     /// close the file
-    virtual ~Paper_stream();
+    ~Paper_stream();
 
 private:
     Paper_stream (Paper_stream const&);