]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathKern.cpp
"fix" bug #3332 (plain text export depends on the menu language)
[lyx.git] / src / mathed / InsetMathKern.cpp
index f4e2afda2debb13111539d5e1673690062691030..2b2b1efc535e22de087ee62542e45548a797995f 100644 (file)
@@ -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<InsetBase> InsetMathKern::doClone() const
+auto_ptr<Inset> InsetMathKern::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathKern(*this));
+       return auto_ptr<Inset>(new InsetMathKern(*this));
 }