X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathLefteqn.cpp;h=3c3dc4d572b1509852a950bfa24df87542029a92;hb=2640b2122838b7025b8494fb378b8927fca75831;hp=4122d781f9afa264bcaee522d23dcf4cdb95eb99;hpb=31059d1741933d95403e7f07ed033cae482f778b;p=lyx.git diff --git a/src/mathed/InsetMathLefteqn.cpp b/src/mathed/InsetMathLefteqn.cpp index 4122d781f9..3c3dc4d572 100644 --- a/src/mathed/InsetMathLefteqn.cpp +++ b/src/mathed/InsetMathLefteqn.cpp @@ -27,9 +27,9 @@ InsetMathLefteqn::InsetMathLefteqn() {} -auto_ptr InsetMathLefteqn::doClone() const +auto_ptr InsetMathLefteqn::doClone() const { - return auto_ptr(new InsetMathLefteqn(*this)); + return auto_ptr(new InsetMathLefteqn(*this)); }