]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSpace.cpp
* up/down jumps between macro parameters
[lyx.git] / src / mathed / InsetMathSpace.cpp
index 144a6c534e540f8e78312126d0c12155a41d8af7..eab748dfdac6fe62bb56e40d39d459d2026d4f42 100644 (file)
@@ -75,9 +75,9 @@ InsetMathSpace::InsetMathSpace(docstring const & name)
 }
 
 
-auto_ptr<InsetBase> InsetMathSpace::doClone() const
+auto_ptr<Inset> InsetMathSpace::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathSpace(*this));
+       return auto_ptr<Inset>(new InsetMathSpace(*this));
 }