]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathExFunc.h
Give inset codes to all the math insets, so we get more information when
[features.git] / src / mathed / InsetMathExFunc.h
index 9f91649f3d83192da07e3b5e59f8190bfc5cb597..7a5b25310f62e51622226035249492ea4ae46b39 100644 (file)
@@ -46,6 +46,8 @@ public:
        void mathmlize(MathStream &) const;
        ///
        void octave(OctaveStream &) const;
+       ///
+       InsetCode lyxCode() const { return MATH_EXFUNC_CODE; }
 
 private:
        virtual Inset * clone() const;