X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathKern.h;h=b063e06d5b1dd3129578653e73edd38fb46db227;hb=4c724a6072013247ac178f0acec06825585c6c55;hp=071628815296420ca3d0209dcb38e2decbc6a052;hpb=a278ff37c319078b8b1503d9714ea827486220cb;p=lyx.git diff --git a/src/mathed/InsetMathKern.h b/src/mathed/InsetMathKern.h index 0716288152..b063e06d5b 100644 --- a/src/mathed/InsetMathKern.h +++ b/src/mathed/InsetMathKern.h @@ -39,7 +39,9 @@ public: /// void normalize(NormalStream & ns) const; /// - void mathmlize(MathStream &) const { return; } + void mathmlize(MathStream &) const { } + /// + void htmlize(HtmlStream &) const { } /// InsetCode lyxCode() const { return MATH_KERN_CODE; }