X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathKern.h;h=e985ad4dc3bc1e2515fbca76dfaa6ec1ce7b8101;hb=4c093a50c2aaebad1459991b90b625a8c00a69e8;hp=902f19e1f3c9ebf1211986f447b8aaa97e5e91d6;hpb=0facb603fefec1ecc927f77bcf6228ca1f035444;p=lyx.git diff --git a/src/mathed/InsetMathKern.h b/src/mathed/InsetMathKern.h index 902f19e1f3..e985ad4dc3 100644 --- a/src/mathed/InsetMathKern.h +++ b/src/mathed/InsetMathKern.h @@ -39,6 +39,12 @@ public: /// 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: