Skip to content
Snippets Groups Projects
Commit 0ed1cd97 authored by David Parks's avatar David Parks
Browse files

Fix for compiler errors introduced in merge.

parent 6aa71844
No related branches found
No related tags found
No related merge requests found
...@@ -166,7 +166,7 @@ class LL_COMMON_API LLMutex ...@@ -166,7 +166,7 @@ class LL_COMMON_API LLMutex
apr_pool_t *mAPRPoolp; apr_pool_t *mAPRPoolp;
BOOL mIsLocalPool; BOOL mIsLocalPool;
S32 mLockCount;
#if MUTEX_DEBUG #if MUTEX_DEBUG
std::map<U32, BOOL> mIsLocked; std::map<U32, BOOL> mIsLocked;
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment