From 27d580b5c057d565b9b4b50c811f6e1fab7f1246 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Sat, 26 Dec 2009 20:29:57 +0000 Subject: [PATCH] Thanks, Andre. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32649 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathKern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mathed/InsetMathKern.h b/src/mathed/InsetMathKern.h index 0716288152..bd26e4e021 100644 --- a/src/mathed/InsetMathKern.h +++ b/src/mathed/InsetMathKern.h @@ -39,7 +39,7 @@ public: /// void normalize(NormalStream & ns) const; /// - void mathmlize(MathStream &) const { return; } + void mathmlize(MathStream &) const { } /// InsetCode lyxCode() const { return MATH_KERN_CODE; } -- 2.39.2