]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBinom.cpp
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / InsetMathBinom.cpp
index 0a08e7bea356a107b4ff1b5056fa2d4b31686b86..7d0aa7b27f4a46d0b28f00ff9246574e37ef3771 100644 (file)
@@ -28,9 +28,9 @@ InsetMathBinom::InsetMathBinom(bool choose)
 {}
 
 
-auto_ptr<InsetBase> InsetMathBinom::doClone() const
+auto_ptr<Inset> InsetMathBinom::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathBinom(*this));
+       return auto_ptr<Inset>(new InsetMathBinom(*this));
 }