From: Guillaume Munch Date: Mon, 19 Dec 2016 23:15:58 +0000 (+0100) Subject: MathClass of xrightarrow & co X-Git-Tag: 2.3.0alpha1~602 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9d94b055e2a2fe11a7fc6af2d5e11c9216c32e7d;p=features.git MathClass of xrightarrow & co --- diff --git a/src/mathed/InsetMathXArrow.h b/src/mathed/InsetMathXArrow.h index f63eb2be19..722f4d58cd 100644 --- a/src/mathed/InsetMathXArrow.h +++ b/src/mathed/InsetMathXArrow.h @@ -39,6 +39,8 @@ public: void validate(LaTeXFeatures & features) const; /// InsetCode lyxCode() const { return MATH_XARROW_CODE; } + /// + MathClass mathClass() const { return MC_REL; } private: virtual Inset * clone() const;