]> git.lyx.org Git - features.git/commit
Make include and bibitem insets threadsafe
authorGeorg Baum <baum@lyx.org>
Mon, 7 Jul 2014 19:35:53 +0000 (21:35 +0200)
committerGeorg Baum <baum@lyx.org>
Mon, 7 Jul 2014 19:35:53 +0000 (21:35 +0200)
commitf4ed3dc6b50f144ac79497008f6904ebcb39cfd4
tree21fb1def03f64b3cb0367b908cc6c43753c0f3f7
parent8fe58b90c2a1bcf2fba36d417c657935c28c5b6f
Make include and bibitem insets threadsafe

Using a mutex to ensure that the generated filenames and ids are still unique.
src/insets/InsetBibitem.cpp
src/insets/InsetInclude.cpp