]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSideset.h
Use font metrics for computing the size of math decorations
[lyx.git] / src / mathed / InsetMathSideset.h
index 8bfe8105bb11870abadff4b0496f3079e98de1b1..f084d61c48078e85aa1b3081f8614386512aa284 100644 (file)
@@ -50,11 +50,11 @@ public:
        size_type lastIdx() const override { return 0; }
 
        /// write LaTeX and Lyx code
-       void write(WriteStream & os) const override;
+       void write(TeXMathStream & os) const override;
        /// write normalized content
        void normalize(NormalStream &) const override;
        /// write content as MathML
-       void mathmlize(MathStream &) const override;
+       void mathmlize(MathMLStream &) const override;
        /// write content as HTML
        void htmlize(HtmlStream &) const override;