]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSymbol.h
Revert r32684, per Andre's suggestion.
[lyx.git] / src / mathed / InsetMathSymbol.h
index 25c1a8d9f01ba7f81010d692d462b31cfd819f3e..5382f72e85712f3fe7ed510465eefdd683070165 100644 (file)
@@ -68,6 +68,8 @@ public:
        void write(WriteStream & os) const;
        ///
        void infoize2(odocstream & os) const;
+       ///
+       InsetCode lyxCode() const { return MATH_SYMBOL_CODE; }
 
 private:
        virtual Inset * clone() const;