]> 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 110d09b2597bda01cbd4fdabc8bc0961efbd28d0..e70b09cb1fb50f6ebffd4bd1ef9c336cae38db75 100644 (file)
@@ -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));
 }