]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathXYMatrix.cpp
"fix" bug #3332 (plain text export depends on the menu language)
[lyx.git] / src / mathed / InsetMathXYMatrix.cpp
index e5250f897b383fbf432cf852ac19e5088bfa3a8d..367d522e51fd28a15aebb383610be83704eac0be 100644 (file)
@@ -25,9 +25,9 @@ InsetMathXYMatrix::InsetMathXYMatrix(Length const & s, char c)
 {}
 
 
-std::auto_ptr<InsetBase> InsetMathXYMatrix::doClone() const
+std::auto_ptr<Inset> InsetMathXYMatrix::doClone() const
 {
-       return std::auto_ptr<InsetBase>(new InsetMathXYMatrix(*this));
+       return std::auto_ptr<Inset>(new InsetMathXYMatrix(*this));
 }