X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathHull.h;h=0b865be878df452d5651e4e980f79432c3c56827;hb=e5bb491e2e10a8097284d11eae5501a3673731cb;hp=d34f7fc6e401bab567e367fe53273cc066c94e95;hpb=ecf62a8f21e457936ed285d4fbcbed7348bb636b;p=lyx.git diff --git a/src/mathed/InsetMathHull.h b/src/mathed/InsetMathHull.h index d34f7fc6e4..0b865be878 100644 --- a/src/mathed/InsetMathHull.h +++ b/src/mathed/InsetMathHull.h @@ -124,7 +124,7 @@ public: char displayColAlign(idx_type idx) const override; /// - void write(WriteStream & os) const override; + void write(TeXMathStream & os) const override; /// void normalize(NormalStream &) const override; /// @@ -133,9 +133,9 @@ public: /// void write(std::ostream & os) const override; /// - void header_write(WriteStream &) const; + void header_write(TeXMathStream &) const; /// - void footer_write(WriteStream &) const; + void footer_write(TeXMathStream &) const; /// void read(Lexer & lex) override; /// @@ -148,11 +148,11 @@ public: /// docstring xhtml(XMLStream &, OutputParams const &) const override; /// - void mathmlize(MathStream &) const override; + void mathmlize(MathMLStream &) const override; /// void htmlize(HtmlStream &) const override; /// - void mathAsLatex(WriteStream &) const; + void mathAsLatex(TeXMathStream &) const; /// void toString(odocstream &) const override; ///