mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
MathClass of xrightarrow & co
This commit is contained in:
parent
2daa771dae
commit
9d94b055e2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user