diff options
Diffstat (limited to 'indra/llcommon/llfasttimer_class.h')
-rwxr-xr-x[-rw-r--r--] | indra/llcommon/llfasttimer_class.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llfasttimer_class.h b/indra/llcommon/llfasttimer_class.h index 2a645315c9..4e59d4ab9d 100644..100755 --- a/indra/llcommon/llfasttimer_class.h +++ b/indra/llcommon/llfasttimer_class.h @@ -39,7 +39,7 @@ class LLMutex; #include "llsd.h" #if DEBUG_FAST_TIMER_THREADS -void assert_main_thread(); +LL_COMMON_API void assert_main_thread(); #endif class LL_COMMON_API LLFastTimer |