Thanks, Andre.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32649 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-12-26 20:29:57 +00:00
parent 3c5fe7a93b
commit 27d580b5c0

View File

@ -39,7 +39,7 @@ public:
/// ///
void normalize(NormalStream & ns) const; void normalize(NormalStream & ns) const;
/// ///
void mathmlize(MathStream &) const { return; } void mathmlize(MathStream &) const { }
/// ///
InsetCode lyxCode() const { return MATH_KERN_CODE; } InsetCode lyxCode() const { return MATH_KERN_CODE; }