X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathOverset.cpp;h=7cf16f20e763002bdaac7822b77a7522a70cd694;hb=d0d7d0103aed0b300807be54224ba7cd324c1ff5;hp=15727f90861eacda67bca36bb5d1ad6699d366c8;hpb=31059d1741933d95403e7f07ed033cae482f778b;p=lyx.git diff --git a/src/mathed/InsetMathOverset.cpp b/src/mathed/InsetMathOverset.cpp index 15727f9086..7cf16f20e7 100644 --- a/src/mathed/InsetMathOverset.cpp +++ b/src/mathed/InsetMathOverset.cpp @@ -24,9 +24,9 @@ using std::max; using std::auto_ptr; -auto_ptr InsetMathOverset::doClone() const +auto_ptr InsetMathOverset::doClone() const { - return auto_ptr(new InsetMathOverset(*this)); + return auto_ptr(new InsetMathOverset(*this)); }