]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSpecialChar.h
We only support gcc >= 4.9.
[lyx.git] / src / mathed / InsetMathSpecialChar.h
index 88acce613e0248248943422c9fa9e6a2f14a2fcf..d46e3456d78ec4c3e28a20ca654509db9c0905c1 100644 (file)
@@ -35,7 +35,7 @@ public:
        ///
        int kerning(BufferView const *) const override { return kerning_; }
        ///
-       void write(WriteStream & os) const override;
+       void write(TeXMathStream & os) const override;
        ///
        void validate(LaTeXFeatures & features) const override;
        ///
@@ -47,7 +47,7 @@ public:
        ///
        void mathematica(MathematicaStream &) const override;
        ///
-       void mathmlize(MathStream & ms) const override;
+       void mathmlize(MathMLStream & ms) const override;
        ///
        void htmlize(HtmlStream & ms) const override;
        /// identifies SpecialChar insets