]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBox.h
typo
[lyx.git] / src / mathed / InsetMathBox.h
index 93d8954a2e7000d72ccc704b276f9c21dd6e9721..898376583648135bb344f9f03d74b9b8464482a8 100644 (file)
@@ -29,11 +29,11 @@ public:
        ///
        void draw(PainterInfo & pi, int x, int y) const override;
        ///
-       void write(WriteStream & os) const override;
+       void write(TeXMathStream & os) const override;
        ///
        void normalize(NormalStream & ns) const override;
        ///
-       void mathmlize(MathStream & ms) const override;
+       void mathmlize(MathMLStream & ms) const override;
        ///
        void htmlize(HtmlStream & ms) const override;
        ///
@@ -64,11 +64,11 @@ 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;
        ///
-       void mathmlize(MathStream & ms) const override;
+       void mathmlize(MathMLStream & ms) const override;
        ///
        void htmlize(HtmlStream & ms) const override;
        ///
@@ -91,11 +91,11 @@ 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;
        ///
-       void mathmlize(MathStream & ms) const override;
+       void mathmlize(MathMLStream & ms) const override;
        ///
        void htmlize(HtmlStream & ms) const override;
        ///
@@ -126,9 +126,9 @@ public:
        ///
        void draw(PainterInfo & pi, int x, int y) const override;
        ///
-       void write(WriteStream & os) const override;
+       void write(TeXMathStream & os) const override;
        ///
-       void mathmlize(MathStream & ms) const override;
+       void mathmlize(MathMLStream & ms) const override;
        ///
        void htmlize(HtmlStream & ms) const override;
        /// write normalized content