]> 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 89189f2b0ddf88814a070be94e9abd1712241ed5..f4308beb9b1406bd0874aad2d2a10a71aadebf55 100644 (file)
@@ -43,6 +43,8 @@ public:
        ///
        void write(TeXMathStream & os) const override;
        ///
+       void mathmlize(MathMLStream & ms) const override;
+       ///
        void infoize(odocstream & os) const override;
        ///
        InsetCode lyxCode() const override { return MATH_CLASS_CODE; }