DRTVWR-559 Fix for windows build.

master
Dave Parks 2022-12-12 13:49:28 -06:00
parent 9e1383f90d
commit 2ab424493f
1 changed files with 2 additions and 2 deletions

View File

@ -4661,9 +4661,9 @@ U32 LLWindowWin32::getAvailableVRAMMegabytes()
#endif // LL_WINDOWS
inline LLWindowWin32::LLWindowWin32Thread::LLWindowWin32Thread()
: ThreadPool("Window Thread", 1, MAX_QUEUE_SIZE)
: LL::ThreadPool("Window Thread", 1, MAX_QUEUE_SIZE)
{
ThreadPool::start();
LL::ThreadPool::start();
}
/**