X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathDiff.cpp;h=3ec1160bdf5bace93eebad3f8da2caa760e53282;hb=fc6ce7cd08562fd7bab4427880b46390bb7d2f07;hp=d598746f9906960e1f36fa636bb05ca7c56c2e90;hpb=31059d1741933d95403e7f07ed033cae482f778b;p=lyx.git diff --git a/src/mathed/InsetMathDiff.cpp b/src/mathed/InsetMathDiff.cpp index d598746f99..3ec1160bdf 100644 --- a/src/mathed/InsetMathDiff.cpp +++ b/src/mathed/InsetMathDiff.cpp @@ -27,9 +27,9 @@ InsetMathDiff::InsetMathDiff() {} -auto_ptr InsetMathDiff::doClone() const +auto_ptr InsetMathDiff::doClone() const { - return auto_ptr(new InsetMathDiff(*this)); + return auto_ptr(new InsetMathDiff(*this)); }