X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathArray.cpp;h=544d6a47d1846dc64fa600129477e2caffd70f04;hb=98fb638d61d38df1443339de4e8ba58c7c81784a;hp=8732f50c9cb4cae17b8135b49ef7340f992a507f;hpb=f497296c30e6da2f97b16da8ad1c9e96feffb16b;p=lyx.git diff --git a/src/mathed/InsetMathArray.cpp b/src/mathed/InsetMathArray.cpp index 8732f50c9c..544d6a47d1 100644 --- a/src/mathed/InsetMathArray.cpp +++ b/src/mathed/InsetMathArray.cpp @@ -73,9 +73,9 @@ InsetMathArray::InsetMathArray(docstring const & name, docstring const & str) } -auto_ptr InsetMathArray::doClone() const +auto_ptr InsetMathArray::doClone() const { - return auto_ptr(new InsetMathArray(*this)); + return auto_ptr(new InsetMathArray(*this)); }