From 994f40929101da33e3d7b5de96dc8c9247c281b9 Mon Sep 17 00:00:00 2001 From: Aleric Inglewood Date: Fri, 4 Apr 2014 21:06:30 +0200 Subject: [PATCH] Attempt 2 --- indra/llcommon/aisyncclient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/llcommon/aisyncclient.h b/indra/llcommon/aisyncclient.h index 5e7d66d16..0f5237f99 100644 --- a/indra/llcommon/aisyncclient.h +++ b/indra/llcommon/aisyncclient.h @@ -248,7 +248,7 @@ class LL_COMMON_API AISyncServerMap : public LLSingleton void register_client(AISyncClient* client, AISyncKey* new_key); private: - friend void intrusive_ptr_release(AISyncServer* server); + friend LL_COMMON_API void intrusive_ptr_release(AISyncServer* server); // Remove a server from the map, only called by intrusive_ptr_release when there is one pointer left; // therefore, the server should not have any clients. void remove_server(AISyncServer* server);