From 91df8446b0ec20700787af739384075b8c89fb46 Mon Sep 17 00:00:00 2001 From: Aleric Inglewood Date: Fri, 10 Aug 2012 05:37:41 +0200 Subject: [PATCH] Oops bug fix for last commit. --- indra/llcommon/aithreadid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/llcommon/aithreadid.cpp b/indra/llcommon/aithreadid.cpp index 7d179e8e3..4eea7d37d 100644 --- a/indra/llcommon/aithreadid.cpp +++ b/indra/llcommon/aithreadid.cpp @@ -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