X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathBox.h;h=898376583648135bb344f9f03d74b9b8464482a8;hb=d9082639080b9de993742bd352f92e5183058cf5;hp=0a8bf74cd25f247de2f05ce731b3ff5ff2b54bce;hpb=efc0877f8fd33ad9369d06e5b638037c8d6a1b24;p=lyx.git diff --git a/src/mathed/InsetMathBox.h b/src/mathed/InsetMathBox.h index 0a8bf74cd2..8983765836 100644 --- a/src/mathed/InsetMathBox.h +++ b/src/mathed/InsetMathBox.h @@ -29,11 +29,11 @@ public: /// void draw(PainterInfo & pi, int x, int y) const override; /// - void write(WriteStream & os) const override; + void write(TeXMathStream & os) const override; /// void normalize(NormalStream & ns) const override; /// - void mathmlize(MathStream & ms) const override; + void mathmlize(MathMLStream & ms) const override; /// void htmlize(HtmlStream & ms) const override; /// @@ -58,17 +58,17 @@ public: /// mode_type currentMode() const override { return TEXT_MODE; } /// - marker_type marker(BufferView const *) const override { return NO_MARKER; } + marker_type marker(BufferView const *) const override { return marker_type::NO_MARKER; } /// void metrics(MetricsInfo & mi, Dimension & dim) const override; /// void draw(PainterInfo & pi, int x, int y) const override; /// - void write(WriteStream & os) const override; + void write(TeXMathStream & os) const override; /// write normalized content void normalize(NormalStream & ns) const override; /// - void mathmlize(MathStream & ms) const override; + void mathmlize(MathMLStream & ms) const override; /// void htmlize(HtmlStream & ms) const override; /// @@ -91,11 +91,11 @@ public: /// void draw(PainterInfo & pi, int x, int y) const override; /// - void write(WriteStream & os) const override; + void write(TeXMathStream & os) const override; /// write normalized content void normalize(NormalStream & ns) const override; /// - void mathmlize(MathStream & ms) const override; + void mathmlize(MathMLStream & ms) const override; /// void htmlize(HtmlStream & ms) const override; /// @@ -118,7 +118,7 @@ public: /// explicit InsetMathBoxed(Buffer * buf); /// - marker_type marker(BufferView const *) const override { return NO_MARKER; } + marker_type marker(BufferView const *) const override { return marker_type::NO_MARKER; } /// void validate(LaTeXFeatures & features) const override; /// @@ -126,9 +126,9 @@ public: /// void draw(PainterInfo & pi, int x, int y) const override; /// - void write(WriteStream & os) const override; + void write(TeXMathStream & os) const override; /// - void mathmlize(MathStream & ms) const override; + void mathmlize(MathMLStream & ms) const override; /// void htmlize(HtmlStream & ms) const override; /// write normalized content