X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FCompare.cpp;h=214f25cc7f7d6dee5b45abf3c8934902a4c2eab2;hb=0b54650f0e7f1eae39f93444cac6c8525811975b;hp=6c146164567de9170a1250da8278f95c30de34eb;hpb=f9835d054d7aac5830ec6bb5a3537c2b4fa2d269;p=lyx.git diff --git a/src/Compare.cpp b/src/Compare.cpp index 6c14616456..214f25cc7f 100644 --- a/src/Compare.cpp +++ b/src/Compare.cpp @@ -392,7 +392,7 @@ void Compare::run() dest_buffer->params().authors().record(*it); // We will need this later - DocumentClassConstPtr const olddc = + DocumentClassConstPtr const olddc = dest_buffer->params().documentClassPtr(); // We do not want to share the DocumentClass with the other Buffer. // See bug #10295. @@ -736,7 +736,7 @@ bool Compare::Impl::diff(Buffer const * new_buf, Buffer const * old_buf, diff_i(rp_new); for (pit_type p = 0; p < (pit_type)dest_pars_->size(); ++p) { - (*dest_pars_)[p].setBuffer(const_cast(*dest_buf)); + (*dest_pars_)[p].setInsetBuffers(const_cast(*dest_buf)); (*dest_pars_)[p].setInsetOwner(&dest_buf_->inset()); }