]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathMakebox.cpp
* up/down jumps between macro parameters
[lyx.git] / src / mathed / InsetMathMakebox.cpp
index 51fce619e6f13a77531e7facc5cb6743c8fac646..ee863e1d461dd34b93d9c92fca7374459db3f4cc 100644 (file)
@@ -11,7 +11,7 @@
 #include <config.h>
 
 #include "InsetMathMakebox.h"
-#include "MathArray.h"
+#include "MathData.h"
 #include "MathStream.h"
 #include "MathSupport.h"
 
@@ -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));
 }