X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetInclude.cpp;h=506f3586e071e50f833578198cd83bb4a7d4a4ca;hb=0a6ff99f28686066675848f3410f77c0947bc357;hp=d53166267b7aa1c3693a27d4405f60d9d5b0d1be;hpb=52072b9b4e88e3260637b654d364193092d04192;p=lyx.git diff --git a/src/insets/InsetInclude.cpp b/src/insets/InsetInclude.cpp index d53166267b..506f3586e0 100644 --- a/src/insets/InsetInclude.cpp +++ b/src/insets/InsetInclude.cpp @@ -76,6 +76,7 @@ namespace { docstring const uniqueID() { + // FIXME THREAD static unsigned int seed = 1000; return "file" + convert(++seed); }