]> 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 6864325c1eac9b6d00273555b814833de49c0e85..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,7 +22,7 @@ public:
        ///
        explicit MathCasesInset(row_type rows = 1u);
        ///
-       MathInset * clone() const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///