X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathBox.cpp;h=0872973dbfc2bae6748e0a0315f5abd19c85af2f;hb=fc6ce7cd08562fd7bab4427880b46390bb7d2f07;hp=0447e84467cb921ac0eaef4ba74f2ec038f43cc5;hpb=f497296c30e6da2f97b16da8ad1c9e96feffb16b;p=lyx.git diff --git a/src/mathed/InsetMathBox.cpp b/src/mathed/InsetMathBox.cpp index 0447e84467..0872973dbf 100644 --- a/src/mathed/InsetMathBox.cpp +++ b/src/mathed/InsetMathBox.cpp @@ -28,9 +28,9 @@ InsetMathBox::InsetMathBox(docstring const & name) {} -auto_ptr InsetMathBox::doClone() const +auto_ptr InsetMathBox::doClone() const { - return auto_ptr(new InsetMathBox(*this)); + return auto_ptr(new InsetMathBox(*this)); }