diff options
Diffstat (limited to 'indra')
-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(); |