X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathXYMatrix.cpp;h=367d522e51fd28a15aebb383610be83704eac0be;hb=a746aa52146257c0e7a2d60123f63dccad5b2751;hp=f8de6c7072c6230b9d5c1a6fb6fa733a13a098d4;hpb=f497296c30e6da2f97b16da8ad1c9e96feffb16b;p=lyx.git diff --git a/src/mathed/InsetMathXYMatrix.cpp b/src/mathed/InsetMathXYMatrix.cpp index f8de6c7072..367d522e51 100644 --- a/src/mathed/InsetMathXYMatrix.cpp +++ b/src/mathed/InsetMathXYMatrix.cpp @@ -20,14 +20,14 @@ 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 InsetMathXYMatrix::doClone() const +std::auto_ptr InsetMathXYMatrix::doClone() const { - return std::auto_ptr(new InsetMathXYMatrix(*this)); + return std::auto_ptr(new InsetMathXYMatrix(*this)); }