Oops bug fix for last commit.

This commit is contained in:
Aleric Inglewood
2012-08-10 05:37:41 +02:00
parent ffb55f482a
commit 91df8446b0

View File

@@ -34,7 +34,7 @@
AIThreadID const AIThreadID::sNone(AIThreadID::none);
apr_os_thread_t AIThreadID::sMainThreadID;
apr_os_thread_t const undefinedID = (apr_os_thread_t)-1;
apr_os_thread_t const AIThreadID::undefinedID = (apr_os_thread_t)-1;
#ifndef LL_DARWIN
apr_os_thread_t CWD_TLS AIThreadID::lCurrentThread;
#endif