X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathEnv.cpp;h=e70b09cb1fb50f6ebffd4bd1ef9c336cae38db75;hb=a746aa52146257c0e7a2d60123f63dccad5b2751;hp=110d09b2597bda01cbd4fdabc8bc0961efbd28d0;hpb=31059d1741933d95403e7f07ed033cae482f778b;p=lyx.git diff --git a/src/mathed/InsetMathEnv.cpp b/src/mathed/InsetMathEnv.cpp index 110d09b259..e70b09cb1f 100644 --- a/src/mathed/InsetMathEnv.cpp +++ b/src/mathed/InsetMathEnv.cpp @@ -29,9 +29,9 @@ InsetMathEnv::InsetMathEnv(docstring const & name) {} -auto_ptr InsetMathEnv::doClone() const +auto_ptr InsetMathEnv::doClone() const { - return auto_ptr(new InsetMathEnv(*this)); + return auto_ptr(new InsetMathEnv(*this)); }