MathClass of xrightarrow & co

This commit is contained in:
Guillaume Munch 2016-12-20 00:15:58 +01:00
parent 2daa771dae
commit 9d94b055e2

View File

@ -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;