X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathXYMatrix.cpp;h=367d522e51fd28a15aebb383610be83704eac0be;hb=a746aa52146257c0e7a2d60123f63dccad5b2751;hp=e5250f897b383fbf432cf852ac19e5088bfa3a8d;hpb=8c622e4ff04765c786cbe9ccc9824f4429aee4e7;p=lyx.git diff --git a/src/mathed/InsetMathXYMatrix.cpp b/src/mathed/InsetMathXYMatrix.cpp index e5250f897b..367d522e51 100644 --- a/src/mathed/InsetMathXYMatrix.cpp +++ b/src/mathed/InsetMathXYMatrix.cpp @@ -25,9 +25,9 @@ InsetMathXYMatrix::InsetMathXYMatrix(Length const & s, char 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)); }