]> git.lyx.org Git - features.git/commitdiff
Make BufferList::fileNames() threadsafe
authorGeorg Baum <baum@lyx.org>
Sat, 5 Jul 2014 10:51:40 +0000 (12:51 +0200)
committerGeorg Baum <baum@lyx.org>
Sat, 5 Jul 2014 10:51:40 +0000 (12:51 +0200)
Using a static variable here was premature optimization: fileNames() is only
called from GuiRef (directly or indirectly), and since this is a dialog the
copying of a FileNameList is not noticeable at all.


No differences found