Ignore this in MathML.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32643 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-12-26 15:05:43 +00:00
parent d8053e2683
commit a278ff37c3

View File

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