From 13f43fdc5bd046f7857f06254c84b8993bdcc50a Mon Sep 17 00:00:00 2001 From: Richard Linden Date: Mon, 20 May 2013 18:56:40 -0700 Subject: BUILDFIX: mac gcc fix --- indra/newview/llvocache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview') diff --git a/indra/newview/llvocache.h b/indra/newview/llvocache.h index fc0634f133..7409b94d60 100644 --- a/indra/newview/llvocache.h +++ b/indra/newview/llvocache.h @@ -163,7 +163,6 @@ public: class LLVOCache : public LLSingleton { private: - friend LLSingleton; struct HeaderEntryInfo { HeaderEntryInfo() : mIndex(0), mHandle(0), mTime(0) {} @@ -194,6 +193,7 @@ private: typedef std::set header_entry_queue_t; typedef std::map handle_entry_map_t; private: + friend class LLSingleton; LLVOCache() ; public: -- cgit v1.2.3