]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathFont.h
Fix broken Apple speller interface
[features.git] / src / mathed / InsetMathFont.h
index 32a360069fb9645ed3a5cd3ac68d9521775304db..930e51293be4449040cad9170ad4762012756d6b 100644 (file)
@@ -34,7 +34,7 @@ public:
        /// do we allow changing mode during latex export?
        bool lockedMode() const override;
        ///
-       void write(WriteStream & os) const override;
+       void write(TeXMathStream & os) const override;
        ///
        docstring name() const override;
        ///
@@ -48,7 +48,7 @@ public:
        ///
        void validate(LaTeXFeatures & features) const override;
        ///
-       void mathmlize(MathStream &) const override;
+       void mathmlize(MathMLStream &) const override;
        ///
        void htmlize(HtmlStream &) const override;
        ///