]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_matrixinset.h
preview as preview can...
[lyx.git] / src / mathed / math_matrixinset.h
index f4f2a0aceb83c1d32c4e5dcd7d881e6bee85338e..9c796bfa2735092a99b012e0032b01f2084e7e87 100644 (file)
@@ -2,7 +2,7 @@
 #ifndef MATH_MATRIXINSET_H
 #define MATH_MATRIXINSET_H
 
-#include "math_arrayinset.h"
+#include "math_gridinset.h"
 
 #ifdef __GNUG__
 #pragma interface
 
 // "shortcut" for DelimInset("(",ArrayInset,")")
 
-class MathMatrixInset : public MathArrayInset {
-public: 
+class MathMatrixInset : public MathGridInset {
+public:
        ///
-       MathMatrixInset(MathArrayInset const &);
+       MathMatrixInset(MathGridInset const &);
        ///
        MathMatrixInset(string const & str);
        ///
        MathInset * clone() const;
        ///
-       void metrics(MathMetricsInfo const &) const {}
+       void metrics(MathMetricsInfo &) const {}
        /// identifies MatrixInsets
        MathMatrixInset const * asMatrixInset() const { return this; }