X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathMBox.h;h=47fd08f982f8326360f3eb140183b40be2de8527;hb=a746aa52146257c0e7a2d60123f63dccad5b2751;hp=8fea011a14ef19289eba2186eb2fbb4e25960c04;hpb=e0d54dd3b497b78094ea16ab0f38ccdc8c1642e2;p=lyx.git diff --git a/src/mathed/InsetMathMBox.h b/src/mathed/InsetMathMBox.h index 8fea011a14..47fd08f982 100644 --- a/src/mathed/InsetMathMBox.h +++ b/src/mathed/InsetMathMBox.h @@ -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();