]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathDecoration.h
Give inset codes to all the math insets, so we get more information when
[features.git] / src / mathed / InsetMathDecoration.h
index 1e09860d8ba8f186843190a916e4cc79759baf14..3fa1be7075d2174ce75a13e15f4541a32d6dfe82 100644 (file)
@@ -39,6 +39,8 @@ public:
        bool isScriptable() const;
        ///
        void validate(LaTeXFeatures & features) const;
+       ///
+       InsetCode lyxCode() const { return MATH_DECORATION_CODE; }
 
 private:
        virtual Inset * clone() const;