X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathFont.cpp;h=bfeeeff3977120bc30636c6f8b59481b614047aa;hb=1007714d2ec380d935d59092013ea88373bfb1df;hp=e079868a1a103f2a74fcc5cdcc64334aafc0c960;hpb=31059d1741933d95403e7f07ed033cae482f778b;p=lyx.git diff --git a/src/mathed/InsetMathFont.cpp b/src/mathed/InsetMathFont.cpp index e079868a1a..bfeeeff397 100644 --- a/src/mathed/InsetMathFont.cpp +++ b/src/mathed/InsetMathFont.cpp @@ -28,9 +28,9 @@ InsetMathFont::InsetMathFont(latexkeys const * key) {} -auto_ptr InsetMathFont::doClone() const +auto_ptr InsetMathFont::doClone() const { - return auto_ptr(new InsetMathFont(*this)); + return auto_ptr(new InsetMathFont(*this)); }