]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_lefteqninset.h
Get rid of lyxstring, remove usage of STRCONV.
[lyx.git] / src / mathed / math_lefteqninset.h
index 6a82a595022a3901decf1e499e363bb218f58da3..0b7cbd199a1b3c5392650211b4874c2c04a1a473 100644 (file)
@@ -1,4 +1,14 @@
 // -*- C++ -*-
+/**
+ * \file math_lefteqninset.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author André Pönitz
+ *
+ * Full author contact details are available in file CREDITS.
+ */
+
 #ifndef MATH_LEFTEQNINSET_H
 #define MATH_LEFTEQNINSET_H
 
@@ -12,11 +22,11 @@ public:
        ///
        MathLefteqnInset();
        ///
-       MathInset * clone() const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        ///
        string name() const;
        ///
-       void metrics(MetricsInfo & mi) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///