aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvoavatar.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llvoavatar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llvoavatar.h b/linden/indra/newview/llvoavatar.h
index 36ed22a..0c32244 100644
--- a/linden/indra/newview/llvoavatar.h
+++ b/linden/indra/newview/llvoavatar.h
@@ -658,10 +658,11 @@ private:
658 static LLVector3d sBeamLastAt; 658 static LLVector3d sBeamLastAt;
659 static LLSD sClientResolutionList; 659 static LLSD sClientResolutionList;
660 660
661public: //anything against having this public?
661 static void resolveClient(LLColor4& avatar_name_color, std::string& client, LLVOAvatar* avatar); 662 static void resolveClient(LLColor4& avatar_name_color, std::string& client, LLVOAvatar* avatar);
662//Imprudence FIXME 663//Imprudence FIXME
663// friend class LLFloaterAvatarList; 664// friend class LLFloaterAvatarList;
664 665// friend class LLHoverView;
665protected: 666protected:
666 LLPointer<LLHUDEffectSpiral> mBeam; 667 LLPointer<LLHUDEffectSpiral> mBeam;
667 LLFrameTimer mBeamTimer; 668 LLFrameTimer mBeamTimer;