X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathDelim.cpp;h=7e03e24afecd1ac52b9ec71830495489a2f9b752;hb=2640b2122838b7025b8494fb378b8927fca75831;hp=f7c1f24aa5e6a7adff8c30a40e6208caaa5c19da;hpb=31059d1741933d95403e7f07ed033cae482f778b;p=lyx.git diff --git a/src/mathed/InsetMathDelim.cpp b/src/mathed/InsetMathDelim.cpp index f7c1f24aa5..7e03e24afe 100644 --- a/src/mathed/InsetMathDelim.cpp +++ b/src/mathed/InsetMathDelim.cpp @@ -52,9 +52,9 @@ InsetMathDelim::InsetMathDelim } -auto_ptr InsetMathDelim::doClone() const +auto_ptr InsetMathDelim::doClone() const { - return auto_ptr(new InsetMathDelim(*this)); + return auto_ptr(new InsetMathDelim(*this)); }