]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathXYArrow.h
Do not throw exceptions here either. See r22806.
[lyx.git] / src / mathed / InsetMathXYArrow.h
index 50c7a043c87535d79d13485016cd479d133954a3..75734bb856f7bfedec23c97ae13855b952d138e2 100644 (file)
@@ -42,14 +42,14 @@ public:
        void write(WriteStream & os) const;
        ///
        void normalize(NormalStream &) const;
-
-public:
        ///
        InsetMathXYMatrix const * targetMatrix() const;
        ///
        MathData const & targetCell() const;
        ///
        MathData const & sourceCell() const;
+       ///
+       InsetCode lyxCode() const { return MATH_XYARROW_CODE; }
 
        ///
        bool up_;