diff options
author | Richard Nelson <none@none> | 2010-07-12 13:30:05 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-07-12 13:30:05 -0700 |
commit | a2b9af626f2faa486a4fea13f10f1c8c2cc069c0 (patch) | |
tree | 18e01aaa900188a05bae6a89b42f4f415f25b125 | |
parent | adf597e4c4a0fd2f8c7ddaad630fda646831b366 (diff) |
fix for idiotic gcc
-rw-r--r-- | indra/newview/llviewerinventory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerinventory.h b/indra/newview/llviewerinventory.h index dc3d3f7423..1dd6597388 100644 --- a/indra/newview/llviewerinventory.h +++ b/indra/newview/llviewerinventory.h @@ -302,7 +302,7 @@ private: class LLInventoryCallbackManager : public LLDestroyClass<LLInventoryCallbackManager> { - friend LLDestroyClass<LLInventoryCallbackManager>; + friend class LLDestroyClass<LLInventoryCallbackManager>; public: LLInventoryCallbackManager(); ~LLInventoryCallbackManager(); |