]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSqrt.cpp
* Inset and derivatives: insetName() -> name()
[lyx.git] / src / mathed / InsetMathSqrt.cpp
index 9df6fca71b0b1d2077ca0709c57d23e2d33e33a4..95df08bd2b1d85ebb0b0c87cebf14c2cf1ef04e0 100644 (file)
@@ -28,9 +28,9 @@ InsetMathSqrt::InsetMathSqrt()
 {}
 
 
-auto_ptr<InsetBase> InsetMathSqrt::doClone() const
+auto_ptr<Inset> InsetMathSqrt::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathSqrt(*this));
+       return auto_ptr<Inset>(new InsetMathSqrt(*this));
 }