X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathSize.h;h=7073f5da15b3ba40515a26093f477a3cf9a47c49;hb=a4d9315bc49445e4419b3b59fd238a13c5f7be31;hp=6d0f52f80aebf46bfaea7fccb56fbc7629ed936c;hpb=14b0da28c277307fa71df4bfbb263c8a83a51374;p=lyx.git diff --git a/src/mathed/InsetMathSize.h b/src/mathed/InsetMathSize.h index 6d0f52f80a..7073f5da15 100644 --- a/src/mathed/InsetMathSize.h +++ b/src/mathed/InsetMathSize.h @@ -12,14 +12,15 @@ #ifndef MATHSIZEINSET_H #define MATHSIZEINSET_H +#include "FontEnums.h" #include "InsetMathNest.h" -#include "MetricsInfo.h" namespace lyx { class latexkeys; +class MetricsInfo; /// An inset for \scriptsize etc. class InsetMathSize : public InsetMathNest { @@ -34,13 +35,13 @@ public: void draw(PainterInfo &, int x, int y) const override; /// - void write(WriteStream & os) const override; + void write(TeXMathStream & os) const override; /// void normalize(NormalStream &) const override; /// void infoize(odocstream & os) const override; /// - void mathmlize(MathStream &) const override; + void mathmlize(MathMLStream &) const override; /// void htmlize(HtmlStream &) const override; ///