]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSymbol.h
Revert r32684, per Andre's suggestion.
[lyx.git] / src / mathed / InsetMathSymbol.h
index 76651ef1cd64396384d0a579726c3eb7a6321967..5382f72e85712f3fe7ed510465eefdd683070165 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -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;