X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathAMSArray.cpp;h=d74ed1db30926034674045c3738d94b5bb164a7e;hb=7f17f13bfc2ad4e7cdd8ecfce23374e2b3d0c646;hp=4ccd56c2fc6b94cf9a6fb73fac4e9d9f31cfb90b;hpb=31059d1741933d95403e7f07ed033cae482f778b;p=lyx.git diff --git a/src/mathed/InsetMathAMSArray.cpp b/src/mathed/InsetMathAMSArray.cpp index 4ccd56c2fc..d74ed1db30 100644 --- a/src/mathed/InsetMathAMSArray.cpp +++ b/src/mathed/InsetMathAMSArray.cpp @@ -41,9 +41,9 @@ InsetMathAMSArray::InsetMathAMSArray(docstring const & name) {} -auto_ptr InsetMathAMSArray::doClone() const +auto_ptr InsetMathAMSArray::doClone() const { - return auto_ptr(new InsetMathAMSArray(*this)); + return auto_ptr(new InsetMathAMSArray(*this)); }