]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_matrixinset.C
Make Helge happy: no more crash on arrow up/down in math macro
[lyx.git] / src / mathed / math_matrixinset.C
index 0fd840463e4c4bed28ce8a01c06cbef7702f0cbb..bbd3f17bfee905ea8f640daefb2d1043048e6957 100644 (file)
@@ -1,7 +1,18 @@
+/**
+ * \file math_matrixinset.C
+ * 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.
+ */
+
+#include <config.h>
+
 #include "math_matrixinset.h"
-#include "math_parser.h"
+#include "math_data.h"
 #include "math_mathmlstream.h"
-#include "Lsstream.h"
 
 using std::auto_ptr;
 
@@ -11,7 +22,7 @@ MathMatrixInset::MathMatrixInset(MathGridInset const & p)
 {}
 
 
-auto_ptr<InsetBase> MathMatrixInset::clone() const
+auto_ptr<InsetBase> MathMatrixInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathMatrixInset(*this));
 }