summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelplaceinfo.h
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2010-05-28 08:21:33 -0700
committerJames Cook <james@lindenlab.com>2010-05-28 08:21:33 -0700
commit3bbb622731b2a6a29fc6576dcf4885527d813699 (patch)
tree638b86c18e3280629615fc1ebc1c0d185d564116 /indra/newview/llpanelplaceinfo.h
parent7037e8ee9fb73093eecca3d4477be3a85bd62664 (diff)
WIP Fix miscellaneous display names in UI
Diffstat (limited to 'indra/newview/llpanelplaceinfo.h')
-rw-r--r--indra/newview/llpanelplaceinfo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llpanelplaceinfo.h b/indra/newview/llpanelplaceinfo.h
index 0d7a09b5de..0c08c5059b 100644
--- a/indra/newview/llpanelplaceinfo.h
+++ b/indra/newview/llpanelplaceinfo.h
@@ -40,6 +40,7 @@
#include "llremoteparcelrequest.h"
+class LLAvatarName;
class LLExpandableTextBox;
class LLIconCtrl;
class LLInventoryItem;
@@ -103,6 +104,9 @@ public:
protected:
static void onNameCache(LLTextBox* text, const std::string& full_name);
+ static void onAvatarNameCache(const LLUUID& agent_id,
+ const LLAvatarName& av_name,
+ LLTextBox* text);
/**
* mParcelID is valid only for remote places, in other cases it's null. See resetLocation()