]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathTabular.h
Give inset codes to all the math insets, so we get more information when
[lyx.git] / src / mathed / InsetMathTabular.h
index 15a8809f92f82c35f6c64c089a52f50d697429a6..0fb6c27961cc96b31b0f2b1cb5d5fa2858e8f335 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.
  */
@@ -45,6 +45,8 @@ public:
        void normalize(NormalStream &) const;
        ///
        void maple(MapleStream &) const;
+       ///
+       InsetCode lyxCode() const { return MATH_TABULAR_CODE; }
 
 private:
        Inset * clone() const;