]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathUnderset.h
Give inset codes to all the math insets, so we get more information when
[features.git] / src / mathed / InsetMathUnderset.h
index 51311e6c6fb56e6a5c06a449c6c49dbf9395d9f5..321f26fef0cbd3d9d1d8c44fd0b0f4272f9ba62f 100644 (file)
@@ -37,6 +37,9 @@ public:
        void normalize(NormalStream & ns) const;
        ///
        void validate(LaTeXFeatures & features) const;
+       ///
+       InsetCode lyxCode() const { return MATH_UNDERSET_CODE; }
+
 private:
        virtual Inset * clone() const;
 };