X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathBox.cpp;h=0872973dbfc2bae6748e0a0315f5abd19c85af2f;hb=e54ae72e5fac6f750c3f7972c74bb42b57f3a049;hp=0447e84467cb921ac0eaef4ba74f2ec038f43cc5;hpb=31059d1741933d95403e7f07ed033cae482f778b;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)); }