]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathString.h
Merge remote-tracking branch 'features/properpaint' into 2.3.2-staging
[lyx.git] / src / mathed / InsetMathString.h
index 2930d24550bd9ffca12b66819cc0c5f19f53bc0b..9f94a7457fe986f056a7054fe1f159e5ceded9c4 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.
  */
@@ -14,6 +14,8 @@
 
 #include "InsetMath.h"
 
+#include "support/docstring.h"
+
 
 namespace lyx {
 
@@ -48,6 +50,8 @@ public:
        void mathmlize(MathStream &) const;
        ///
        void write(WriteStream & os) const;
+       ///
+       InsetCode lyxCode() const { return MATH_STRING_CODE; }
 
 private:
        virtual Inset * clone() const;