]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFontOld.h
Add comment.
[lyx.git] / src / mathed / InsetMathFontOld.h
index 10ef8305e09fbdae44c5383ecb2f27adab4ef6ca..c27bfa6658b7a39b9c13407324f9454f46df7de5 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.
  */
@@ -24,7 +24,7 @@ class latexkeys;
 class InsetMathFontOld : public InsetMathNest {
 public:
        ///
-       explicit InsetMathFontOld(latexkeys const * key);
+       explicit InsetMathFontOld(Buffer * buf, latexkeys const * key);
        /// we are in text mode.
        mode_type currentMode() const { return TEXT_MODE; }
        /// we write extra braces in any case...
@@ -45,6 +45,8 @@ public:
        void infoize(odocstream & os) const;
        ///
        int kerning(BufferView const * bv) const { return cell(0).kerning(bv); }
+       ///
+       InsetCode lyxCode() const { return MATH_FONTOLD_CODE; }
 
 private:
        virtual Inset * clone() const;