X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFont.h;h=02b996e24f7c906dfe7f55caf6e6c6fa576196e1;hb=176123afcf4484f1a0859dee515690cfd45bc1b6;hp=2cdd5c1f2e4fcae3ba7f50bc69378b8208844a05;hpb=dec437fbac739fb4d8e78842b9f9286bbaaf0971;p=lyx.git diff --git a/src/Font.h b/src/Font.h index 2cdd5c1f2e..02b996e24f 100644 --- a/src/Font.h +++ b/src/Font.h @@ -27,6 +27,7 @@ class BufferParams; class Language; class LaTeXFeatures; class OutputParams; +class otexstream; /// class Font { @@ -81,7 +82,7 @@ public: Returns number of chars written. Base is the font state we want to achieve. */ - int latexWriteEndChanges(odocstream &, BufferParams const & bparams, + int latexWriteEndChanges(otexstream &, BufferParams const & bparams, OutputParams const & runparams, Font const & base, Font const & next,