X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathFontOld.cpp;h=c68a75c6d13f813468b24a68135e3df3b881c946;hb=b9765984c0e2d38b251b765cabfc9d23bf957a7a;hp=d061280118250cdde7dc4882ec0206b8c8afb366;hpb=f497296c30e6da2f97b16da8ad1c9e96feffb16b;p=lyx.git diff --git a/src/mathed/InsetMathFontOld.cpp b/src/mathed/InsetMathFontOld.cpp index d061280118..c68a75c6d1 100644 --- a/src/mathed/InsetMathFontOld.cpp +++ b/src/mathed/InsetMathFontOld.cpp @@ -30,9 +30,9 @@ InsetMathFontOld::InsetMathFontOld(latexkeys const * key) } -auto_ptr InsetMathFontOld::doClone() const +auto_ptr InsetMathFontOld::doClone() const { - return auto_ptr(new InsetMathFontOld(*this)); + return auto_ptr(new InsetMathFontOld(*this)); }