From a278ff37c319078b8b1503d9714ea827486220cb Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Sat, 26 Dec 2009 15:05:43 +0000 Subject: [PATCH] Ignore this in MathML. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32643 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathKern.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mathed/InsetMathKern.h b/src/mathed/InsetMathKern.h index 902f19e1f3..0716288152 100644 --- a/src/mathed/InsetMathKern.h +++ b/src/mathed/InsetMathKern.h @@ -39,6 +39,8 @@ public: /// void normalize(NormalStream & ns) const; /// + void mathmlize(MathStream &) const { return; } + /// InsetCode lyxCode() const { return MATH_KERN_CODE; } private: -- 2.39.2