X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathKern.h;h=e985ad4dc3bc1e2515fbca76dfaa6ec1ce7b8101;hb=cdc847fd304019a19425a0d5d9d42a556a937097;hp=be0e82166e68768bf0ae1ef5b8cc5bb6e4aff4dc;hpb=f1cba8ff64b369792fd49f5ddf90e8126ab476ac;p=lyx.git diff --git a/src/mathed/InsetMathKern.h b/src/mathed/InsetMathKern.h index be0e82166e..e985ad4dc3 100644 --- a/src/mathed/InsetMathKern.h +++ b/src/mathed/InsetMathKern.h @@ -38,6 +38,15 @@ public: void write(WriteStream & os) const; /// void normalize(NormalStream & ns) const; + /// + void mathmlize(MathStream &) const { } + /// + void htmlize(HtmlStream &) const { } + /// + void infoize2(odocstream & os) const; + /// + InsetCode lyxCode() const { return MATH_KERN_CODE; } + private: virtual Inset * clone() const; /// width in em