X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathUnknown.h;h=0436be5df636c07054720cb1385e9623a922c14f;hb=c56d524cd6af5d0ed0d50fef51ab434ce418d1e0;hp=c51bc15980a6aac50d55455e3c972a19c202584f;hpb=f1cba8ff64b369792fd49f5ddf90e8126ab476ac;p=lyx.git diff --git a/src/mathed/InsetMathUnknown.h b/src/mathed/InsetMathUnknown.h index c51bc15980..0436be5df6 100644 --- a/src/mathed/InsetMathUnknown.h +++ b/src/mathed/InsetMathUnknown.h @@ -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: ///