]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_substackinset.h
Compile fix gcc 2.95 + stlport
[lyx.git] / src / mathed / math_substackinset.h
index 4d7b8fabf687a85556c8a7e92132c5bd3a07cb69..1f4dcdc2095537a638a7a43863ddfc3ebdebe1df 100644 (file)
@@ -1,4 +1,14 @@
 // -*- C++ -*-
+/**
+ * \file math_substackinset.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_SUBSTACK_H
 #define MATH_SUBSTACK_H
 
@@ -12,7 +22,7 @@ public:
        ///
        MathSubstackInset();
        ///
-       MathInset * clone() const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///