X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathBig.cpp;h=13d8a3686c7d48d8b0f9def16c9582987bf47b0c;hb=2640b2122838b7025b8494fb378b8927fca75831;hp=e56acca0785c713ac60d8d2c1bc18ce7537ef2a2;hpb=f497296c30e6da2f97b16da8ad1c9e96feffb16b;p=lyx.git diff --git a/src/mathed/InsetMathBig.cpp b/src/mathed/InsetMathBig.cpp index e56acca078..13d8a3686c 100644 --- a/src/mathed/InsetMathBig.cpp +++ b/src/mathed/InsetMathBig.cpp @@ -36,9 +36,9 @@ docstring InsetMathBig::name() const } -auto_ptr InsetMathBig::doClone() const +auto_ptr InsetMathBig::doClone() const { - return auto_ptr(new InsetMathBig(*this)); + return auto_ptr(new InsetMathBig(*this)); }