]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathScript.h
Cache icons of dynamic menu buttons
[lyx.git] / src / mathed / InsetMathScript.h
index 1b34c5c7adf073f13446d4ff8f3b12bea7bc46d9..9615d1997927e37adbe8c3196f07507721e6cc59 100644 (file)
@@ -57,7 +57,7 @@ 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 something readable by Maple
@@ -65,7 +65,7 @@ public:
        /// write content as something readable by Mathematica
        void mathematica(MathematicaStream &) 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;
        /// write content as something readable by Octave