]> git.lyx.org Git - lyx.git/blobdiff - src/CutAndPaste.cpp
This is the result of an audit of all static variables, looking
[lyx.git] / src / CutAndPaste.cpp
index 9e7ddd31feaf3987bc393ec33b7fa572e48f2cd2..23a1eca14068c098a78978e06b5905681eccc30c 100644 (file)
@@ -483,6 +483,7 @@ void putClipboard(ParagraphList const & paragraphs,
        // to be so, but the alternative is to construct a new one of these (with a
        // new temporary directory, etc) every time, and then to destroy it. So maybe
        // it's worth just keeping this one around.
+       // FIXME THREAD
        static Buffer * staticbuffer = theBufferList().newInternalBuffer(
                FileName::tempName("clipboard.internal").absFileName());