X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMathMacroArgument.h;h=bee2ccc7c8c7c440ab9233dbe4ad0bd1abb93f24;hb=1007714d2ec380d935d59092013ea88373bfb1df;hp=8a8ef5ea6a766eadaed431da502641eae21260be;hpb=32871c1284f15265f652ff01c438e539a7c8181f;p=lyx.git diff --git a/src/mathed/MathMacroArgument.h b/src/mathed/MathMacroArgument.h index 8a8ef5ea6a..bee2ccc7c8 100644 --- a/src/mathed/MathMacroArgument.h +++ b/src/mathed/MathMacroArgument.h @@ -13,14 +13,14 @@ #ifndef MATHMACROARGUMENT_H #define MATHMACROARGUMENT_H -#include "InsetMathDim.h" +#include "InsetMath.h" namespace lyx { /// A macro argument. -class MathMacroArgument : public InsetMathDim { +class MathMacroArgument : public InsetMath { public: /// explicit MathMacroArgument(std::size_t);