]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathEnv.cpp
"fix" bug #3332 (plain text export depends on the menu language)
[lyx.git] / src / mathed / InsetMathEnv.cpp
index 15584b6745d847e6c4cce73eef3725ab960832b7..e70b09cb1fb50f6ebffd4bd1ef9c336cae38db75 100644 (file)
@@ -11,7 +11,7 @@
 #include <config.h>
 
 #include "InsetMathEnv.h"
-#include "MathArray.h"
+#include "MathData.h"
 #include "MathStream.h"
 #include "MathStream.h"
 #include "support/std_ostream.h"
@@ -29,9 +29,9 @@ InsetMathEnv::InsetMathEnv(docstring const & name)
 {}
 
 
-auto_ptr<InsetBase> InsetMathEnv::doClone() const
+auto_ptr<Inset> InsetMathEnv::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathEnv(*this));
+       return auto_ptr<Inset>(new InsetMathEnv(*this));
 }