X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathDots.h;h=af3d26bd97bdac7bc579fcc308f28f810b95766b;hb=2640b2122838b7025b8494fb378b8927fca75831;hp=424a0f738ad4cd3d652a5f7d9bab36d28d0a4278;hpb=de6418f37765fe452f135f96dee6d49897bff215;p=lyx.git diff --git a/src/mathed/InsetMathDots.h b/src/mathed/InsetMathDots.h index 424a0f738a..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,12 +20,12 @@ namespace lyx { class latexkeys; /// The different kinds of ellipsis -class InsetMathDots : public InsetMathDim { +class InsetMathDots : public InsetMath { public: /// explicit InsetMathDots(latexkeys const * l); /// - void metrics(MetricsInfo & mi, Dimension & dim) const; + bool metrics(MetricsInfo & mi, Dimension & dim) const; /// void draw(PainterInfo & pi, int x, int y) const; /// @@ -36,7 +36,7 @@ protected: /// latexkeys const * key_; private: - virtual std::auto_ptr doClone() const; + virtual std::auto_ptr doClone() const; }; } // namespace lyx