X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFont.h;h=58f2696fa6e531ace6d6812aeee8b7e15841916d;hb=0005876d1716328d0eb8c95916024efe09a40202;hp=2cdd5c1f2e4fcae3ba7f50bc69378b8208844a05;hpb=dec437fbac739fb4d8e78842b9f9286bbaaf0971;p=lyx.git diff --git a/src/Font.h b/src/Font.h index 2cdd5c1f2e..58f2696fa6 100644 --- a/src/Font.h +++ b/src/Font.h @@ -15,7 +15,6 @@ #ifndef FONT_H #define FONT_H -#include "ColorCode.h" #include "FontInfo.h" #include "support/strfwd.h" @@ -27,6 +26,7 @@ class BufferParams; class Language; class LaTeXFeatures; class OutputParams; +class otexstream; /// class Font { @@ -81,7 +81,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,