]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_casesinset.h
bug + spped fixes + small stuff
[lyx.git] / src / mathed / math_casesinset.h
index 6349656fea1ec94a622753ef66cde97e877bdaf6..bd112abb2ffbbf06b1699beb05018b9810dabb23 100644 (file)
@@ -1,4 +1,14 @@
 // -*- C++ -*-
+/**
+ * \file math_casesinset.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_CASESINSET_H
 #define MATH_CASESINSET_H
 
@@ -12,9 +22,9 @@ public:
        ///
        explicit MathCasesInset(row_type rows = 1u);
        ///
-       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 & pain, int x, int y) const;