X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fpaper-stream.hh;h=f7e3bf56249d92fd0fac3b46a9a3717981b5ae13;hb=3a0e9efb7f067e5b334ba0596b95e15d96d7cc49;hp=e5429511f6e550df5412000a0fa3bc1520c5ef34;hpb=8002fa018c81f70585c25232247c6dcba7f5cba0;p=lilypond.git diff --git a/lily/include/paper-stream.hh b/lily/include/paper-stream.hh index e5429511f6..f7e3bf5624 100644 --- a/lily/include/paper-stream.hh +++ b/lily/include/paper-stream.hh @@ -1,7 +1,6 @@ #ifndef PAPER_STREAM_HH #define PAPER_STREAM_HH -#include #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();