]> git.lyx.org Git - lyx.git/blobdiff - src/Compare.cpp
es.po: fix a typo introduced by last commit
[lyx.git] / src / Compare.cpp
index 2344f2526daf3c545874ace9f34af510b516c096..f5046bd2e156dfcbfb11b5b64bc2f551eb6b5600 100644 (file)
@@ -422,8 +422,8 @@ static void getParagraphList(DocRange const & range,
        pit_type startpit = range.from.pit();
        pit_type endpit = range.to.pit();
        ParagraphList const & ps_ = range.text()->paragraphs();
-       ParagraphList tmp_pars(next(ps_.begin(), startpit),
-               next(ps_.begin(), endpit + 1));
+       ParagraphList tmp_pars(lyx::next(ps_.begin(), startpit),
+               lyx::next(ps_.begin(), endpit + 1));
 
        // Remove the end of the last paragraph; afterwards, remove the
        // beginning of the first paragraph. Keep this order - there may only