X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tstream.hh;h=9474dd69a8d8413b00695efc046295aa39fac83b;hb=4fac7cb7f554ad08c06225c985c7ddbcee1006dc;hp=07be0c170617ef5189d70b5f181e59fede657250;hpb=727cdcbadf23c1986b0aed547aa645c9813f351b;p=lilypond.git diff --git a/tstream.hh b/tstream.hh index 07be0c1706..9474dd69a8 100644 --- a/tstream.hh +++ b/tstream.hh @@ -12,7 +12,7 @@ struct Tex_stream { /// open a file for writing Tex_stream(String filename); - + void header(); /// delegate conversion to string class. Tex_stream &operator<<(String);