X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FCutAndPaste.cpp;h=23a1eca14068c098a78978e06b5905681eccc30c;hb=fdbe775b9f5468e8f53dc83a66583f412b5970fb;hp=9e7ddd31feaf3987bc393ec33b7fa572e48f2cd2;hpb=3d6790607ef6dec5c5be8b1a720eb1ca31c3a15b;p=lyx.git diff --git a/src/CutAndPaste.cpp b/src/CutAndPaste.cpp index 9e7ddd31fe..23a1eca140 100644 --- a/src/CutAndPaste.cpp +++ b/src/CutAndPaste.cpp @@ -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());