]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_liminset.h
mathed uglyfication
[lyx.git] / src / mathed / math_liminset.h
index 71a97e6ac1e0a553038a77d72295b723304eb70d..cd9d2579c53660e7c6c2490667a5201e1a9a6d8e 100644 (file)
@@ -1,4 +1,14 @@
 // -*- C++ -*-
+/**
+ * \file math_liminset.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_LIMINSET_H
 #define MATH_LIMINSET_H
 
@@ -13,9 +23,9 @@ public:
        ///
        MathLimInset(MathArray const & f, MathArray const & x, MathArray const & x0);
        ///
-       MathInset * clone() const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        ///
-       Dimension metrics(MetricsInfo & mi) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;