X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathUnknown.cpp;h=a50ac259ec60d82fc31672692769cdf49b2dfef9;hb=a746aa52146257c0e7a2d60123f63dccad5b2751;hp=e26e9180eaa0aa8549bb35210f37e9e4d659e873;hpb=f497296c30e6da2f97b16da8ad1c9e96feffb16b;p=lyx.git diff --git a/src/mathed/InsetMathUnknown.cpp b/src/mathed/InsetMathUnknown.cpp index e26e9180ea..a50ac259ec 100644 --- a/src/mathed/InsetMathUnknown.cpp +++ b/src/mathed/InsetMathUnknown.cpp @@ -29,9 +29,9 @@ InsetMathUnknown::InsetMathUnknown(docstring const & nm, bool final, bool black) {} -auto_ptr InsetMathUnknown::doClone() const +auto_ptr InsetMathUnknown::doClone() const { - return auto_ptr(new InsetMathUnknown(*this)); + return auto_ptr(new InsetMathUnknown(*this)); }