]> git.lyx.org Git - features.git/commit
fix crash: Copying the paragraphs invalidate the referenced Buffer so a new setBuffer...
authorAbdelrazak Younes <younes@lyx.org>
Sat, 6 Sep 2008 13:49:10 +0000 (13:49 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sat, 6 Sep 2008 13:49:10 +0000 (13:49 +0000)
commit2bd480132abff22d9e2a749423750c0b2c00cdd0
treed7629cbea04b136daa7e3f9795fea14703582383
parentd38b11b29adfe32a2f00ceb15a026fd2953aa7eb
fix crash: Copying the paragraphs invalidate the referenced Buffer so a new setBuffer() would be necessary, in it preferable and faster to just use a const ref.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26311 a592a061-630c-0410-9148-cb99ea01b6c8
src/output_plaintext.cpp