X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathKern.h;h=8a1e3ee04770031e936c2d73925b3b595bbe9244;hb=d0d7d0103aed0b300807be54224ba7cd324c1ff5;hp=04a5e49bef13ae155e8e086120f3771905e86707;hpb=24c8ca10d21a079939a901bb128300d6663a3e8a;p=lyx.git diff --git a/src/mathed/InsetMathKern.h b/src/mathed/InsetMathKern.h index 04a5e49bef..8a1e3ee047 100644 --- a/src/mathed/InsetMathKern.h +++ b/src/mathed/InsetMathKern.h @@ -13,7 +13,7 @@ #define MATH_CHEATINSET_H #include "InsetMath.h" -#include "lyxlength.h" +#include "Length.h" namespace lyx { @@ -27,7 +27,7 @@ public: /// InsetMathKern(); /// - explicit InsetMathKern(LyXLength const & wid); + explicit InsetMathKern(Length const & wid); /// explicit InsetMathKern(docstring const & wid); /// @@ -39,9 +39,9 @@ public: /// void normalize(NormalStream & ns) const; private: - virtual std::auto_ptr doClone() const; + virtual std::auto_ptr doClone() const; /// width in em - LyXLength wid_; + Length wid_; };