]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathLefteqn.cpp
* Inset and derivatives: insetName() -> name()
[lyx.git] / src / mathed / InsetMathLefteqn.cpp
index 4122d781f9afa264bcaee522d23dcf4cdb95eb99..3c3dc4d572b1509852a950bfa24df87542029a92 100644 (file)
@@ -27,9 +27,9 @@ InsetMathLefteqn::InsetMathLefteqn()
 {}
 
 
-auto_ptr<InsetBase> InsetMathLefteqn::doClone() const
+auto_ptr<Inset> InsetMathLefteqn::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathLefteqn(*this));
+       return auto_ptr<Inset>(new InsetMathLefteqn(*this));
 }