]> git.lyx.org Git - features.git/commit
Possible fix for bug #10295.
authorRichard Heck <rgheck@lyx.org>
Mon, 3 Apr 2017 00:59:23 +0000 (20:59 -0400)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 3 Apr 2017 09:03:18 +0000 (11:03 +0200)
commit9b0b45dc81e8f1bc5cf370f0a9a8f60b8d93f4e6
tree06cb01939fdf1998f08d03e4fdd2e4b1f543656c
parent66aa52ff20c6e96d679d917bb3d98ff29117ad15
Possible fix for bug #10295.

As it was, the comparison buffer was sharing a DocumentClass with
one of the compared buffers. I don't fully understand why this was
causing a problem, since we use a shared_ptr. But this patch creates
a new DocumentClass for the new buffer.
src/Compare.cpp