X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathDots.h;h=af3d26bd97bdac7bc579fcc308f28f810b95766b;hb=2640b2122838b7025b8494fb378b8927fca75831;hp=f8148a20e8bc04b5867183ca50ed819c5b9d7096;hpb=32871c1284f15265f652ff01c438e539a7c8181f;p=lyx.git diff --git a/src/mathed/InsetMathDots.h b/src/mathed/InsetMathDots.h index f8148a20e8..af3d26bd97 100644 --- a/src/mathed/InsetMathDots.h +++ b/src/mathed/InsetMathDots.h @@ -12,7 +12,7 @@ #ifndef MATH_DOTSINSET_H #define MATH_DOTSINSET_H -#include "InsetMathDim.h" +#include "InsetMath.h" namespace lyx { @@ -20,7 +20,7 @@ namespace lyx { class latexkeys; /// The different kinds of ellipsis -class InsetMathDots : public InsetMathDim { +class InsetMathDots : public InsetMath { public: /// explicit InsetMathDots(latexkeys const * l);