]> git.lyx.org Git - lyx.git/commit
Make GraphicsConverter threadsafe
authorGeorg Baum <baum@lyx.org>
Sat, 5 Jul 2014 13:11:24 +0000 (15:11 +0200)
committerGeorg Baum <baum@lyx.org>
Sat, 5 Jul 2014 13:11:24 +0000 (15:11 +0200)
commit5a01424bf0dbb939cbff1c72ecd99359803a4675
treef6573c354ffb01ca7a2b6dd5e370c4fa0600dae0
parent2a677592a5fbbc369dc4199b1c4b3a0c84fb068a
Make GraphicsConverter threadsafe

build_script() was already threadsafe, since it used a TempFile, and the
counter was basically not needed, but the new solution makes this obvious
and has the additional advantage that TempFile constructs the real output
file, not a dummy without extension which is not needed.
src/graphics/GraphicsConverter.cpp