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