X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathDiff.cpp;h=3ec1160bdf5bace93eebad3f8da2caa760e53282;hb=98fb638d61d38df1443339de4e8ba58c7c81784a;hp=2f866d245b86316e1941d597ebe42973b02498dc;hpb=f497296c30e6da2f97b16da8ad1c9e96feffb16b;p=lyx.git diff --git a/src/mathed/InsetMathDiff.cpp b/src/mathed/InsetMathDiff.cpp index 2f866d245b..3ec1160bdf 100644 --- a/src/mathed/InsetMathDiff.cpp +++ b/src/mathed/InsetMathDiff.cpp @@ -27,13 +27,13 @@ InsetMathDiff::InsetMathDiff() {} -auto_ptr InsetMathDiff::doClone() const +auto_ptr InsetMathDiff::doClone() const { - return auto_ptr(new InsetMathDiff(*this)); + return auto_ptr(new InsetMathDiff(*this)); } -void InsetMathDiff::addDer(MathArray const & der) +void InsetMathDiff::addDer(MathData const & der) { cells_.push_back(der); }