]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathExInt.cpp
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / InsetMathExInt.cpp
index 23fca486bcdec8690a237be9cc95a6c8e595c3a1..543daa89e5cafc4d56e96a587f7ca34aaf1b7c08 100644 (file)
@@ -38,9 +38,9 @@ InsetMathExInt::InsetMathExInt(docstring const & name)
 // 3 - upper
 
 
-auto_ptr<InsetBase> InsetMathExInt::doClone() const
+auto_ptr<Inset> InsetMathExInt::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathExInt(*this));
+       return auto_ptr<Inset>(new InsetMathExInt(*this));
 }