]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathXArrow.h
Give inset codes to all the math insets, so we get more information when
[features.git] / src / mathed / InsetMathXArrow.h
index bf668eaab718952df4115aba5c6247a9300fac47..d21dd422224422e14ab9e78c7126ed32a05b7afe 100644 (file)
@@ -33,6 +33,8 @@ public:
        void normalize(NormalStream & os) const;
        ///
        void validate(LaTeXFeatures & features) const;
+       ///
+       InsetCode lyxCode() const { return MATH_XARROW_CODE; }
 
 private:
        virtual Inset * clone() const;