]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathColor.cpp
* Inset and derivatives: insetName() -> name()
[lyx.git] / src / mathed / InsetMathColor.cpp
index f237eb9c4fceb05a4eb28434fa17eba6c8be7698..08959b98b2b8cb407e51b3528eaf9b52800f5ded 100644 (file)
@@ -35,9 +35,9 @@ InsetMathColor::InsetMathColor(bool oldstyle, docstring const & color)
 {}
 
 
-auto_ptr<InsetBase> InsetMathColor::doClone() const
+auto_ptr<Inset> InsetMathColor::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathColor(*this));
+       return auto_ptr<Inset>(new InsetMathColor(*this));
 }