]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSplit.h
typo
[lyx.git] / src / mathed / InsetMathSplit.h
index c271414bc1f68fb846ee998b18b082aca66db640..73aa460763c75061e60019254c7b28e25f0943f5 100644 (file)
@@ -31,11 +31,11 @@ public:
        bool getStatus(Cursor & cur, FuncRequest const & cmd,
                FuncStatus & flag) const override;
 
-       void write(WriteStream & os) const override;
+       void write(TeXMathStream & os) const override;
        ///
        void infoize(odocstream & os) const override;
        ///
-       void mathmlize(MathStream &) const override;
+       void mathmlize(MathMLStream &) const override;
        ///
        void htmlize(HtmlStream &) const override;
        ///