]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathMakebox.cpp
* up/down jumps between macro parameters
[lyx.git] / src / mathed / InsetMathMakebox.cpp
index fb6a0b09a422d42fb55c924a477c7a5d306cc18e..ee863e1d461dd34b93d9c92fca7374459db3f4cc 100644 (file)
@@ -28,9 +28,9 @@ InsetMathMakebox::InsetMathMakebox()
 {}
 
 
-auto_ptr<InsetBase> InsetMathMakebox::doClone() const
+auto_ptr<Inset> InsetMathMakebox::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathMakebox(*this));
+       return auto_ptr<Inset>(new InsetMathMakebox(*this));
 }