X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFont.h;h=6b4aafa00fa61498d4b2ac975e9aff464765c6d2;hb=bcf64dd11c899e5937f447b19b62e1b3eac17a48;hp=5cde02900dd05cbb51e405e91b762ea8e02b37df;hpb=80b94c6bf50dfb5c96ad1ca6003bac93d844e6ce;p=lyx.git diff --git a/src/Font.h b/src/Font.h index 5cde02900d..6b4aafa00f 100644 --- a/src/Font.h +++ b/src/Font.h @@ -298,18 +298,18 @@ public: font state active now. */ int latexWriteStartChanges(odocstream &, BufferParams const & bparams, - OutputParams const & runparams, - Font const & base, - Font const & prev) const; + OutputParams const & runparams, + Font const & base, + Font const & prev) const; /** Writes the tail of the LaTeX needed to change to this font. Returns number of chars written. Base is the font state we want to achieve. */ int latexWriteEndChanges(odocstream &, BufferParams const & bparams, - OutputParams const & runparams, - Font const & base, - Font const & next) const; + OutputParams const & runparams, + Font const & base, + Font const & next) const; /// Build GUI description of font state