X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathKern.h;h=e985ad4dc3bc1e2515fbca76dfaa6ec1ce7b8101;hb=0cba074ecf0e25ede759ee1f817a7cfec06537d6;hp=db701cf158160121a282222da1ef1f112056378b;hpb=8a0134cc8ce7de41d6d6911a1c4219ca958f2b71;p=lyx.git diff --git a/src/mathed/InsetMathKern.h b/src/mathed/InsetMathKern.h index db701cf158..e985ad4dc3 100644 --- a/src/mathed/InsetMathKern.h +++ b/src/mathed/InsetMathKern.h @@ -39,7 +39,11 @@ public: /// void normalize(NormalStream & ns) const; /// - docstring mathmlize(MathStream &) const; + void mathmlize(MathStream &) const { } + /// + void htmlize(HtmlStream &) const { } + /// + void infoize2(odocstream & os) const; /// InsetCode lyxCode() const { return MATH_KERN_CODE; }