mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Mark some singletons with FIXME THREAD
This commit is contained in:
parent
5a01424bf0
commit
b88f6ea3aa
@ -223,6 +223,7 @@ ConverterCache::~ConverterCache()
|
||||
}
|
||||
|
||||
|
||||
// FIXME THREAD
|
||||
ConverterCache & ConverterCache::get()
|
||||
{
|
||||
// Now return the cache
|
||||
|
@ -44,6 +44,7 @@ public:
|
||||
};
|
||||
|
||||
|
||||
// FIXME THREAD
|
||||
Cache & Cache::get()
|
||||
{
|
||||
// Now return the cache
|
||||
|
@ -71,13 +71,13 @@ private:
|
||||
};
|
||||
|
||||
|
||||
//static int s_numimages_ = 5;
|
||||
//static int s_millisecs_ = 500;
|
||||
|
||||
//static int const s_numimages_ = 5;
|
||||
static int const s_numimages_ = 10;
|
||||
static int const s_millisecs_ = 500;
|
||||
|
||||
|
||||
// FIXME THREAD
|
||||
static int s_numimages_ = 10;
|
||||
static int s_millisecs_ = 500;
|
||||
|
||||
LoaderQueue & LoaderQueue::get()
|
||||
{
|
||||
static LoaderQueue singleton;
|
||||
|
Loading…
Reference in New Issue
Block a user