]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathNest.h
"fix" bug #3332 (plain text export depends on the menu language)
[lyx.git] / src / mathed / InsetMathNest.h
index 1ae230a2841a6772b205297a331d1b43a4857169..41387136d69b4629cefa6625682e589c1fa3fcf6 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef MATH_NESTINSET_H
 #define MATH_NESTINSET_H
 
-#include "InsetMathDim.h"
+#include "InsetMath.h"
 
 
 namespace lyx {
@@ -23,7 +23,7 @@ namespace lyx {
     single symbol.
 */
 
-class InsetMathNest : public InsetMathDim {
+class InsetMathNest : public InsetMath {
 public:
        /// nestinsets have a fixed size to start with
        explicit InsetMathNest(idx_type ncells);
@@ -48,7 +48,7 @@ public:
        ///
        void edit(Cursor & cur, bool left);
        ///
-       InsetBase * editXY(Cursor & cur, int x, int y);
+       Inset * editXY(Cursor & cur, int x, int y);
 
        /// order of movement through the cells when pressing the left key
        bool idxLeft(Cursor &) const;