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