]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathMatrix.cpp
"fix" bug #3332 (plain text export depends on the menu language)
[lyx.git] / src / mathed / InsetMathMatrix.cpp
index feb56cb3df61249d8c9c4c37488e872c1daa231f..ef1ac7d8dcf8b3fa06a138ea92fa7f6fd4434d27 100644 (file)
@@ -25,9 +25,9 @@ InsetMathMatrix::InsetMathMatrix(InsetMathGrid const & p)
 {}
 
 
-auto_ptr<InsetBase> InsetMathMatrix::doClone() const
+auto_ptr<Inset> InsetMathMatrix::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathMatrix(*this));
+       return auto_ptr<Inset>(new InsetMathMatrix(*this));
 }