X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathKern.cpp;h=2b2b1efc535e22de087ee62542e45548a797995f;hb=a746aa52146257c0e7a2d60123f63dccad5b2751;hp=f4e2afda2debb13111539d5e1673690062691030;hpb=00e305c9d9bd8b0ff54b6c58adb6192d5934ed60;p=lyx.git diff --git a/src/mathed/InsetMathKern.cpp b/src/mathed/InsetMathKern.cpp index f4e2afda2d..2b2b1efc53 100644 --- a/src/mathed/InsetMathKern.cpp +++ b/src/mathed/InsetMathKern.cpp @@ -30,7 +30,7 @@ InsetMathKern::InsetMathKern() } -InsetMathKern::InsetMathKern(LyXLength const & w) +InsetMathKern::InsetMathKern(Length const & w) : wid_(w) { dim_.asc = 0; @@ -46,9 +46,9 @@ InsetMathKern::InsetMathKern(docstring const & s) } -auto_ptr InsetMathKern::doClone() const +auto_ptr InsetMathKern::doClone() const { - return auto_ptr(new InsetMathKern(*this)); + return auto_ptr(new InsetMathKern(*this)); }