]> git.lyx.org Git - features.git/commitdiff
MathClass of xrightarrow & co
authorGuillaume Munch <gm@lyx.org>
Mon, 19 Dec 2016 23:15:58 +0000 (00:15 +0100)
committerGuillaume Munch <gm@lyx.org>
Mon, 19 Dec 2016 23:15:58 +0000 (00:15 +0100)
src/mathed/InsetMathXArrow.h

index f63eb2be192a1de19dad30613378a773c51a4039..722f4d58cd1d96ffe4e3fb172463ee73732aee1f 100644 (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;