X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathTabular.cpp;h=f93b2884a3daf2c45255271ac1088fb046170eeb;hb=1007714d2ec380d935d59092013ea88373bfb1df;hp=7445044e3e4e602d29ff09cf6c7284ca83abd84a;hpb=31059d1741933d95403e7f07ed033cae482f778b;p=lyx.git diff --git a/src/mathed/InsetMathTabular.cpp b/src/mathed/InsetMathTabular.cpp index 7445044e3e..f93b2884a3 100644 --- a/src/mathed/InsetMathTabular.cpp +++ b/src/mathed/InsetMathTabular.cpp @@ -45,9 +45,9 @@ InsetMathTabular::InsetMathTabular(docstring const & name, char valign, {} -auto_ptr InsetMathTabular::doClone() const +auto_ptr InsetMathTabular::doClone() const { - return auto_ptr(new InsetMathTabular(*this)); + return auto_ptr(new InsetMathTabular(*this)); }