]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathCommand.h
g-brief loads babel internally. So don't load it ourselves.
[lyx.git] / src / mathed / InsetMathCommand.h
index 47ed450a5845da86bbb80181be194bc2ae475915..a0144bcf55b2b145c7b47cf1c2bc28251054493b 100644 (file)
@@ -28,7 +28,7 @@ public:
        explicit InsetMathCommand(Buffer * buf, docstring const & name,
                bool needs_math_mode = true);
        ///
-       marker_type marker(BufferView const *) const override { return NO_MARKER; }
+       marker_type marker(BufferView const *) const override { return marker_type::NO_MARKER; }
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const override;
        ///
@@ -36,7 +36,7 @@ public:
        ///
        Inset * editXY(Cursor &, int, int) override;
        ///
-       void write(WriteStream & os) const override;
+       void write(TeXMathStream & os) const override;
        //
        // void infoize(odocstream & os) const;
        ///