]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathGrid.h
Rename MathStream to MathMLStream.
[lyx.git] / src / mathed / InsetMathGrid.h
index cf24dcffd105124b9fd5bed34b7456113945805c..992844cfb875cd25a7c6b02e8ee238f1b9fb7706 100644 (file)
@@ -94,7 +94,7 @@ public:
        InsetMathGrid(Buffer * buf, col_type m, row_type n, char valign,
                docstring const & halign);
        ///
-       marker_type marker(BufferView const *) const override { return MARKER2; };
+       marker_type marker(BufferView const *) const override { return marker_type::MARKER2; };
        ///
        void metrics(MetricsInfo & mi, Dimension &) const override;
        ///
@@ -218,7 +218,7 @@ public:
        ///
        //void maple(MapleStream &) const override;
        ///
-       void mathmlize(MathStream &) const override;
+       void mathmlize(MathMLStream &) const override;
        ///
        void htmlize(HtmlStream &) const override;
        ///