fix warning

This commit is contained in:
Glenn Maynard
2004-09-08 02:28:32 +00:00
parent b86988a538
commit be22d989cb
+2 -2
View File
@@ -17,8 +17,8 @@ static const bool g_bWriteToCache = true;
static const bool g_bEnableBackgroundLoading = false;
BackgroundLoader::BackgroundLoader():
m_Mutex( "BackgroundLoaderMutex" ),
m_StartSem( "BackgroundLoaderSem" )
m_StartSem( "BackgroundLoaderSem" ),
m_Mutex( "BackgroundLoaderMutex" )
{
if( !g_bEnableBackgroundLoading )
return;