]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathLefteqn.h
Account for old versions of Pygments
[lyx.git] / src / mathed / InsetMathLefteqn.h
index ddf1f317af358ca8f7167787cedd69cfc6020332..1adb0bd4001de7ecc8723d1dddb7b269a732ebfa 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.
  */
@@ -23,15 +23,18 @@ namespace lyx {
 class InsetMathLefteqn : public InsetMathNest {
 public:
        ///
-       InsetMathLefteqn();
+       InsetMathLefteqn(Buffer * buf);
        ///
        docstring name() const;
        ///
-       bool metrics(MetricsInfo & mi, Dimension & dim) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
        void infoize(odocstream & os) const;
+       ///
+       InsetCode lyxCode() const { return MATH_LEFTEQN_CODE; }
+
 private:
        virtual Inset * clone() const;
 };