]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathOverset.cpp
* up/down jumps between macro parameters
[lyx.git] / src / mathed / InsetMathOverset.cpp
index 15727f90861eacda67bca36bb5d1ad6699d366c8..7cf16f20e763002bdaac7822b77a7522a70cd694 100644 (file)
@@ -24,9 +24,9 @@ using std::max;
 using std::auto_ptr;
 
 
-auto_ptr<InsetBase> InsetMathOverset::doClone() const
+auto_ptr<Inset> InsetMathOverset::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathOverset(*this));
+       return auto_ptr<Inset>(new InsetMathOverset(*this));
 }