]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBig.cpp
* Inset and derivatives: insetName() -> name()
[lyx.git] / src / mathed / InsetMathBig.cpp
index e56acca0785c713ac60d8d2c1bc18ce7537ef2a2..13d8a3686c7d48d8b0f9def16c9582987bf47b0c 100644 (file)
@@ -36,9 +36,9 @@ docstring InsetMathBig::name() const
 }
 
 
-auto_ptr<InsetBase> InsetMathBig::doClone() const
+auto_ptr<Inset> InsetMathBig::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathBig(*this));
+       return auto_ptr<Inset>(new InsetMathBig(*this));
 }