]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_arrayinset.h
fix pullArg when pressing <Delete> at the end of an cell
[lyx.git] / src / mathed / math_arrayinset.h
index d5d0ed8dfdab89fdcfb34a1c35a66aa8ee4be5ff..71888145c88a4470f6bcb351d2a6fe213abad548 100644 (file)
@@ -2,7 +2,7 @@
 #ifndef MATH_ARRAYINSET_H
 #define MATH_ARRAYINSET_H
 
-#include "math_grid.h"
+#include "math_gridinset.h"
 
 #ifdef __GNUG__
 #pragma interface
@@ -14,7 +14,7 @@ public:
        ///
        MathArrayInset(int m, int n);
        ///
-       MathInset *  Clone() const;
+       virtual MathInset * clone() const;
        ///
        void Write(std::ostream &, bool fragile) const;
 };