]> git.lyx.org Git - lyx.git/commit
Make Language and Encoding threadsafe
authorGeorg Baum <baum@lyx.org>
Sun, 7 Dec 2014 17:26:44 +0000 (18:26 +0100)
committerGeorg Baum <baum@lyx.org>
Sun, 7 Dec 2014 17:26:44 +0000 (18:26 +0100)
commit25344de51d774de888631d3d85820a88ae99a80b
tree6a49714e22ec7fc7dca4156e4f2f3230c7dc0852
parentd5aaee1f6b9a95e8eb3ae7b1e28cb4d3f11085f7
Make Language and Encoding threadsafe

Read-only access to these classes is now threadsafe, with one exception:
The encoding neds to be already initialized (i.e. init() must not be called).
This makes bug 9336 unreproducable on my machine, although it is not completely
fixed yet.
src/Encoding.h
src/Language.h