]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathNumber.cpp
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / InsetMathNumber.cpp
index 0a56cb01e909ddfe3f21f09f871d9ecba25d4a05..5247af48770d27880e22b1a6d885c571653377cc 100644 (file)
@@ -27,9 +27,9 @@ InsetMathNumber::InsetMathNumber(docstring const & s)
 {}
 
 
-auto_ptr<InsetBase> InsetMathNumber::doClone() const
+auto_ptr<Inset> InsetMathNumber::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathNumber(*this));
+       return auto_ptr<Inset>(new InsetMathNumber(*this));
 }