]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathClass.h
GuiLog: show also log files of additional indices
[lyx.git] / src / mathed / InsetMathClass.h
index 60b79cedd65d994d95279e108022835d4da0c14d..f4308beb9b1406bd0874aad2d2a10a71aadebf55 100644 (file)
@@ -41,7 +41,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(MathMLStream & ms) const override;
        ///
        void infoize(odocstream & os) const override;
        ///