X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathMatrix.cpp;h=ef1ac7d8dcf8b3fa06a138ea92fa7f6fd4434d27;hb=a746aa52146257c0e7a2d60123f63dccad5b2751;hp=feb56cb3df61249d8c9c4c37488e872c1daa231f;hpb=31059d1741933d95403e7f07ed033cae482f778b;p=lyx.git diff --git a/src/mathed/InsetMathMatrix.cpp b/src/mathed/InsetMathMatrix.cpp index feb56cb3df..ef1ac7d8dc 100644 --- a/src/mathed/InsetMathMatrix.cpp +++ b/src/mathed/InsetMathMatrix.cpp @@ -25,9 +25,9 @@ InsetMathMatrix::InsetMathMatrix(InsetMathGrid const & p) {} -auto_ptr InsetMathMatrix::doClone() const +auto_ptr InsetMathMatrix::doClone() const { - return auto_ptr(new InsetMathMatrix(*this)); + return auto_ptr(new InsetMathMatrix(*this)); }