]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathDelim.h
Give inset codes to all the math insets, so we get more information when
[features.git] / src / mathed / InsetMathDelim.h
index 3dbb39da00f0b3903f539d15398cfd6cefa118fa..de7f11442b0f7962728f2165054a51831c30abd1 100644 (file)
@@ -59,6 +59,8 @@ public:
        ///
        void octave(OctaveStream &) const;
        ///
+       InsetCode lyxCode() const { return MATH_DELIM_CODE; }
+       ///
        docstring left_;
        ///
        docstring right_;