]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathMBox.h
"fix" bug #3332 (plain text export depends on the menu language)
[lyx.git] / src / mathed / InsetMathMBox.h
index 8fea011a14ef19289eba2186eb2fbb4e25960c04..47fd08f982f8326360f3eb140183b40be2de8527 100644 (file)
@@ -16,7 +16,7 @@
 #ifndef MATH_MBOXINSET_H
 #define MATH_MBOXINSET_H
 
-#include "InsetMathDim.h"
+#include "InsetMath.h"
 #include "Text.h"
 
 
@@ -27,7 +27,7 @@ class BufferView;
 
 // almost a substitute for the real text inset...
 
-class InsetMathMBox : public InsetMathDim {
+class InsetMathMBox : public InsetMath {
 public:
        ///
        explicit InsetMathMBox();