X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathFrameBox.cpp;h=2e7508fe30660530082b9542d47421638a3571ce;hb=2640b2122838b7025b8494fb378b8927fca75831;hp=5bd9b9302e9e6e321c1e4bae668e4dd816a2c65f;hpb=5008ee540f84715cd10e87f3fa0cd5dc7b974784;p=lyx.git diff --git a/src/mathed/InsetMathFrameBox.cpp b/src/mathed/InsetMathFrameBox.cpp index 5bd9b9302e..2e7508fe30 100644 --- a/src/mathed/InsetMathFrameBox.cpp +++ b/src/mathed/InsetMathFrameBox.cpp @@ -28,9 +28,9 @@ InsetMathFrameBox::InsetMathFrameBox() {} -auto_ptr InsetMathFrameBox::doClone() const +auto_ptr InsetMathFrameBox::doClone() const { - return auto_ptr(new InsetMathFrameBox(*this)); + return auto_ptr(new InsetMathFrameBox(*this)); }