]> git.lyx.org Git - features.git/commit
Fix thinko in Buffer::preview. It is possible for this routine to
authorRichard Heck <rgheck@lyx.org>
Sun, 10 Jul 2016 05:12:42 +0000 (01:12 -0400)
committerRichard Heck <rgheck@lyx.org>
Sun, 10 Jul 2016 05:12:42 +0000 (01:12 -0400)
commitd8aab4af9e6e72c835f78ba54a46687b870c25fa
tree7c66a73228482ce9a28c78f8e157bb439ce7ad51
parenta11e07a62fb78cae8d33d132550454a5db96e26e
Fix thinko in Buffer::preview. It is possible for this routine to
be called when we do not have a cloned Buffer, namely, if we do not
have EXPORT_in_THREAD defined.
src/Buffer.cpp