X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathKern.h;h=b063e06d5b1dd3129578653e73edd38fb46db227;hb=bca9a6ca73b05856eb24f38795d67fdefa939878;hp=902f19e1f3c9ebf1211986f447b8aaa97e5e91d6;hpb=0facb603fefec1ecc927f77bcf6228ca1f035444;p=lyx.git diff --git a/src/mathed/InsetMathKern.h b/src/mathed/InsetMathKern.h index 902f19e1f3..b063e06d5b 100644 --- a/src/mathed/InsetMathKern.h +++ b/src/mathed/InsetMathKern.h @@ -39,6 +39,10 @@ public: /// void normalize(NormalStream & ns) const; /// + void mathmlize(MathStream &) const { } + /// + void htmlize(HtmlStream &) const { } + /// InsetCode lyxCode() const { return MATH_KERN_CODE; } private: