]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathExFunc.cpp
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / InsetMathExFunc.cpp
index b716af8b8053daf13bdeb1464854de888090c592..1b097e928e03b31957f0c793cad6d118c86f1dd0 100644 (file)
@@ -36,9 +36,9 @@ InsetMathExFunc::InsetMathExFunc(docstring const & name, MathData const & ar)
 }
 
 
-auto_ptr<InsetBase> InsetMathExFunc::doClone() const
+auto_ptr<Inset> InsetMathExFunc::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathExFunc(*this));
+       return auto_ptr<Inset>(new InsetMathExFunc(*this));
 }