On Sat, Dec 26, 2009 at 04:05:44PM +0100, [email protected] wrote: > Author: rgheck > Date: Sat Dec 26 16:05:43 2009 > New Revision: 32643 > URL: http://www.lyx.org/trac/changeset/32643 > > Log: > Ignore this in MathML. > > Modified: > lyx-devel/trunk/src/mathed/InsetMathKern.h > > Modified: lyx-devel/trunk/src/mathed/InsetMathKern.h > ============================================================================== > --- lyx-devel/trunk/src/mathed/InsetMathKern.h Sat Dec 26 16:01:03 > 2009 (r32642) > +++ lyx-devel/trunk/src/mathed/InsetMathKern.h Sat Dec 26 16:05:43 > 2009 (r32643) > @@ -39,6 +39,8 @@ > /// > void normalize(NormalStream & ns) const; > /// > + void mathmlize(MathStream &) const { return; }
The 'return;' is not needed. Andre'
