From 7c839098a7643f0e58dacdd9af1a509f2f72c61c Mon Sep 17 00:00:00 2001
From: Vadim Savchuk <vsavchuk@productengine.com>
Date: Mon, 7 Dec 2009 16:18:24 +0200
Subject: [PATCH] Minor comments cleanup.

--HG--
branch : product-engine
---
 indra/newview/llavatarlistitem.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/llavatarlistitem.h b/indra/newview/llavatarlistitem.h
index cb015a54616..aa1b7593f50 100644
--- a/indra/newview/llavatarlistitem.h
+++ b/indra/newview/llavatarlistitem.h
@@ -72,7 +72,7 @@ class LLAvatarListItem : public LLPanel, public LLFriendObserver
 
 	void setOnline(bool online);
 	void setName(const std::string& name);
-	void setHighlight(const std::string& highlight); // XXX ugly name
+	void setHighlight(const std::string& highlight);
 	void setAvatarId(const LLUUID& id, bool ignore_status_changes = false);
 	void setLastInteractionTime(U32 secs_since);
 	//Show/hide profile/info btn, translating speaker indicator and avatar name coordinates accordingly
-- 
GitLab