]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSubstack.cpp
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / InsetMathSubstack.cpp
index c285f0f650cea041bd2566a17ded3a3775227758..0084eac345040fcdff17451da329056d69acc72f 100644 (file)
@@ -36,9 +36,9 @@ InsetMathSubstack::InsetMathSubstack()
 {}
 
 
-auto_ptr<InsetBase> InsetMathSubstack::doClone() const
+auto_ptr<Inset> InsetMathSubstack::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathSubstack(*this));
+       return auto_ptr<Inset>(new InsetMathSubstack(*this));
 }