]> 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 f8de6c7072c6230b9d5c1a6fb6fa733a13a098d4..367d522e51fd28a15aebb383610be83704eac0be 100644 (file)
 namespace lyx {
 
 
-InsetMathXYMatrix::InsetMathXYMatrix(LyXLength const & s, char c)
+InsetMathXYMatrix::InsetMathXYMatrix(Length const & s, char c)
        : InsetMathGrid(1, 1), spacing_(s), spacing_code_(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));
 }