X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FCompare.cpp;h=c2a01a64df8a189b0e85ed73a7877a6cf1823500;hb=d1858b89d0828c3fe8f4e898f609aaed93333d33;hp=1d72ebfd31e6e1d7f884fad8a38cac9715de3ff8;hpb=77d532bd512afb34d14ccc412fcdfbe800becfcc;p=lyx.git diff --git a/src/Compare.cpp b/src/Compare.cpp index 1d72ebfd31..c2a01a64df 100644 --- a/src/Compare.cpp +++ b/src/Compare.cpp @@ -384,7 +384,7 @@ void Compare::run() AuthorList const & extra_authors = options_.settings_from_new ? old_buffer->params().authors() : new_buffer->params().authors(); AuthorList::Authors::const_iterator it = extra_authors.begin(); - for (; it != extra_authors.end(); it++) + for (; it != extra_authors.end(); ++it) dest_buffer->params().authors().record(*it); doStatusMessage();