]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_matrixinset.h
oh well
[lyx.git] / src / mathed / math_matrixinset.h
index dd1636131b7d9e9243af42b83a09e64e3140bfd9..57d45d61ea39f46ffdd7191c449e8695bdc49af9 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 {
+class MathMatrixInset : public MathGridInset {
 public:
        ///
-       MathMatrixInset(MathArrayInset const &);
+       MathMatrixInset(MathGridInset const &);
        ///
        MathMatrixInset(string const & str);
        ///