]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathSplit.h
Give inset codes to all the math insets, so we get more information when
[features.git] / src / mathed / InsetMathSplit.h
index 4f92d59ae7dfcea3bb8b746bc0a12b174031abf0..9a8d4b93d4e7056695dc1e0371247945000b0acf 100644 (file)
@@ -37,6 +37,9 @@ public:
        int defaultColSpace(col_type) { return 0; }
        ///
        char defaultColAlign(col_type);
+       ///
+       InsetCode lyxCode() const { return MATH_SPLIT_CODE; }
+
 private:
        ///
        virtual Inset * clone() const;