]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathUnknown.h
Use master buffer's setting for math output type.
[lyx.git] / src / mathed / InsetMathUnknown.h
index c51bc15980a6aac50d55455e3c972a19c202584f..0436be5df636c07054720cb1385e9623a922c14f 100644 (file)
@@ -52,6 +52,8 @@ public:
        ///
        void mathmlize(MathStream &) const;
        ///
+       void htmlize(HtmlStream &) const;
+       ///
        void octave(OctaveStream &) const;
        ///
        void finalize();
@@ -59,6 +61,8 @@ public:
        bool final() const;
        ///
        int kerning(BufferView const *) const { return kerning_; }
+       ///
+       InsetCode lyxCode() const { return MATH_UNKNOWN_CODE; }
 
 private:
        ///