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