]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathPhantom.h
typo
[lyx.git] / src / mathed / InsetMathPhantom.h
index aa1ccbfb83ff95b42da6b44b6641600a69aaae45..b31500e644b2383c153c4be9404bc385d84b2abd 100644 (file)
@@ -38,7 +38,7 @@ 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;
        ///
@@ -46,7 +46,7 @@ public:
        ///
        InsetCode lyxCode() const override { return MATH_PHANTOM_CODE; }
        /// Nothing for now
-       void mathmlize(MathStream &) const override {}
+       void mathmlize(MathMLStream &) const override {}
        /// Nothing for HTML
        void htmlize(HtmlStream &) const override {}
        /// request "external features"