X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathSqrt.cpp;h=95df08bd2b1d85ebb0b0c87cebf14c2cf1ef04e0;hb=2640b2122838b7025b8494fb378b8927fca75831;hp=9df6fca71b0b1d2077ca0709c57d23e2d33e33a4;hpb=5008ee540f84715cd10e87f3fa0cd5dc7b974784;p=lyx.git diff --git a/src/mathed/InsetMathSqrt.cpp b/src/mathed/InsetMathSqrt.cpp index 9df6fca71b..95df08bd2b 100644 --- a/src/mathed/InsetMathSqrt.cpp +++ b/src/mathed/InsetMathSqrt.cpp @@ -28,9 +28,9 @@ InsetMathSqrt::InsetMathSqrt() {} -auto_ptr InsetMathSqrt::doClone() const +auto_ptr InsetMathSqrt::doClone() const { - return auto_ptr(new InsetMathSqrt(*this)); + return auto_ptr(new InsetMathSqrt(*this)); }