]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathLim.cpp
* the old cursor is stored before dispatch and then used after moving
[lyx.git] / src / mathed / InsetMathLim.cpp
index d088d80fa3deb5c1f2a8a29027a7ef54337725e7..ccde5013e1c411e4bfadc91abe5a9dd230b97ee9 100644 (file)
@@ -32,9 +32,9 @@ InsetMathLim::InsetMathLim
 }
 
 
-auto_ptr<InsetBase> InsetMathLim::doClone() const
+auto_ptr<Inset> InsetMathLim::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathLim(*this));
+       return auto_ptr<Inset>(new InsetMathLim(*this));
 }