diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llcommon/llcommon.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llcommon/llcommon.cpp b/linden/indra/llcommon/llcommon.cpp index b21b687..cdaa7f9 100644 --- a/linden/indra/llcommon/llcommon.cpp +++ b/linden/indra/llcommon/llcommon.cpp | |||
@@ -46,7 +46,7 @@ void LLCommon::initClass() | |||
46 | sAprInitialized = TRUE; | 46 | sAprInitialized = TRUE; |
47 | } | 47 | } |
48 | LLTimer::initClass(); | 48 | LLTimer::initClass(); |
49 | LLThreadSafeRefCount::initClass(); | 49 | LLThreadSafeRefCount::initThreadSafeRefCount(); |
50 | // LLWorkerThread::initClass(); | 50 | // LLWorkerThread::initClass(); |
51 | // LLFrameCallbackManager::initClass(); | 51 | // LLFrameCallbackManager::initClass(); |
52 | } | 52 | } |
@@ -56,7 +56,7 @@ void LLCommon::cleanupClass() | |||
56 | { | 56 | { |
57 | // LLFrameCallbackManager::cleanupClass(); | 57 | // LLFrameCallbackManager::cleanupClass(); |
58 | // LLWorkerThread::cleanupClass(); | 58 | // LLWorkerThread::cleanupClass(); |
59 | LLThreadSafeRefCount::cleanupClass(); | 59 | LLThreadSafeRefCount::cleanupThreadSafeRefCount(); |
60 | LLTimer::cleanupClass(); | 60 | LLTimer::cleanupClass(); |
61 | if (sAprInitialized) | 61 | if (sAprInitialized) |
62 | { | 62 | { |