]> git.lyx.org Git - features.git/commitdiff
Ignore this in MathML.
authorRichard Heck <rgheck@comcast.net>
Sat, 26 Dec 2009 15:05:43 +0000 (15:05 +0000)
committerRichard Heck <rgheck@comcast.net>
Sat, 26 Dec 2009 15:05:43 +0000 (15:05 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32643 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/InsetMathKern.h

index 902f19e1f3c9ebf1211986f447b8aaa97e5e91d6..071628815296420ca3d0209dcb38e2decbc6a052 100644 (file)
@@ -39,6 +39,8 @@ public:
        ///
        void normalize(NormalStream & ns) const;
        ///
+       void mathmlize(MathStream &) const { return; }
+       ///
        InsetCode lyxCode() const { return MATH_KERN_CODE; }
 
 private: