X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FCompare.cpp;h=1b46e6827d1674d6b454fb431d2332c6db3122a2;hb=eb0194081bd02a763b8c799b68f342ed81e14000;hp=51a28f16ec88a41c6a0762f4a0ff0651f3a6905d;hpb=a7018252b75316b7855f04c51be2342dc269f96c;p=lyx.git diff --git a/src/Compare.cpp b/src/Compare.cpp index 51a28f16ec..1b46e6827d 100644 --- a/src/Compare.cpp +++ b/src/Compare.cpp @@ -103,7 +103,7 @@ public: DocPair() {} - DocPair(DocIterator o_, DocIterator n_) + DocPair(DocIterator const & o_, DocIterator const & n_) : o(o_), n(n_) {}