]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathTabular.cpp
Properly fix bug 3258.
[lyx.git] / src / mathed / InsetMathTabular.cpp
index ac4381aa46149f51f28051b5301e6e7be98366e7..f93b2884a3daf2c45255271ac1088fb046170eeb 100644 (file)
@@ -11,7 +11,7 @@
 #include <config.h>
 
 #include "InsetMathTabular.h"
-#include "MathArray.h"
+#include "MathData.h"
 #include "MathStream.h"
 #include "MathStream.h"
 
@@ -45,9 +45,9 @@ InsetMathTabular::InsetMathTabular(docstring const & name, char valign,
 {}
 
 
-auto_ptr<InsetBase> InsetMathTabular::doClone() const
+auto_ptr<Inset> InsetMathTabular::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathTabular(*this));
+       return auto_ptr<Inset>(new InsetMathTabular(*this));
 }