X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathXArrow.cpp;h=02a1e4147b40234f2117f3d43c558bdafd22afb5;hb=1007714d2ec380d935d59092013ea88373bfb1df;hp=dbd16ac31c53348a2e74c761fa462acc8eb130a7;hpb=31059d1741933d95403e7f07ed033cae482f778b;p=lyx.git diff --git a/src/mathed/InsetMathXArrow.cpp b/src/mathed/InsetMathXArrow.cpp index dbd16ac31c..02a1e4147b 100644 --- a/src/mathed/InsetMathXArrow.cpp +++ b/src/mathed/InsetMathXArrow.cpp @@ -30,9 +30,9 @@ InsetMathXArrow::InsetMathXArrow(docstring const & name) {} -auto_ptr InsetMathXArrow::doClone() const +auto_ptr InsetMathXArrow::doClone() const { - return auto_ptr(new InsetMathXArrow(*this)); + return auto_ptr(new InsetMathXArrow(*this)); }