X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FCutAndPaste.cpp;h=f611d59395b8b9681b5a0d20c89435f1c684c52e;hb=c8230ab0d0a919530c43c29395f4d9961498bf15;hp=e7f38b35c880e2a73edf1d2f0a66a56bfe19ab27;hpb=34097ce8f071ca3c17da398db42928d2f173c1fa;p=lyx.git diff --git a/src/CutAndPaste.cpp b/src/CutAndPaste.cpp index e7f38b35c8..f611d59395 100644 --- a/src/CutAndPaste.cpp +++ b/src/CutAndPaste.cpp @@ -171,7 +171,7 @@ pasteSelectionHelper(DocIterator const & cur, ParagraphList const & parlist, char_type const c = insertion[i].getChar(j); if (!e->encodable(c)) { // do not track deletion - res << c; + res.put(c); insertion[i].eraseChar(j, false); --end; --j;