X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathUnderset.cpp;h=87392bd4e0b07f5b6c1173b3c169186b1a2eb73f;hb=fc6ce7cd08562fd7bab4427880b46390bb7d2f07;hp=0f91a963f40ec575daca27489563529c816b993d;hpb=31059d1741933d95403e7f07ed033cae482f778b;p=lyx.git diff --git a/src/mathed/InsetMathUnderset.cpp b/src/mathed/InsetMathUnderset.cpp index 0f91a963f4..87392bd4e0 100644 --- a/src/mathed/InsetMathUnderset.cpp +++ b/src/mathed/InsetMathUnderset.cpp @@ -25,9 +25,9 @@ using std::auto_ptr; -auto_ptr InsetMathUnderset::doClone() const +auto_ptr InsetMathUnderset::doClone() const { - return auto_ptr(new InsetMathUnderset(*this)); + return auto_ptr(new InsetMathUnderset(*this)); }