]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_gridinset.h
Replace LString.h with support/std_string.h,
[features.git] / src / mathed / math_gridinset.h
index 00e324f676b90eefe2def93b74bb5e0ce7c09c90..f331000b174673c743f8f7574dd5d5afb1d81c31 100644 (file)
@@ -1,20 +1,25 @@
 // -*- C++ -*-
+/**
+ * \file math_gridinset.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_GRID_H
 #define MATH_GRID_H
 
 #include "math_nestinset.h"
 #include "vspace.h"
-#include "LString.h"
+#include "support/std_string.h"
 
 
 /** Gridded math inset base class.
-    This is the base to all grid-like editable math objects
-    like array and eqnarray.
- *  \author André Pönitz 2001
- *
- * Full author contact details are available in file CREDITS
-*/
-
+ *  This is the base to all grid-like editable math objects
+ */
 class MathGridInset : public MathNestInset {
 
 public:
@@ -90,7 +95,7 @@ public:
        /// Ensures that the dialog is closed.
        ~MathGridInset();
        ///
-       InsetBase * clone() const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        ///
        void metrics(MetricsInfo & mi) const;
        ///