]> git.lyx.org Git - features.git/commit
Make GraphicsConverter threadsafe
authorGeorg Baum <baum@lyx.org>
Mon, 7 Jul 2014 20:31:11 +0000 (22:31 +0200)
committerGeorg Baum <baum@lyx.org>
Mon, 7 Jul 2014 20:31:11 +0000 (22:31 +0200)
commitd610f34212c7253067c8f0a5f088ddb4802d2f6b
tree68defe4812fa42825ac9756e9548d5217775b5b3
parent17275458d9b9e2904b42d95cf6fe4fcbc9960297
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