summaryrefslogtreecommitdiff
path: root/indra/newview/llimfloatercontainer.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2012-09-21 20:13:50 -0700
committerMerov Linden <merov@lindenlab.com>2012-09-21 20:13:50 -0700
commit552f288a0caea45e30a231478a19f4243d69689c (patch)
treea81d25696bf1b5e1fe29f0ba8f341cfec9d4e2e4 /indra/newview/llimfloatercontainer.h
parentf95974637e720a7968b959d80cc4ab68260ccbe5 (diff)
CHUI-340 : Implement distance computation and update
Diffstat (limited to 'indra/newview/llimfloatercontainer.h')
-rw-r--r--indra/newview/llimfloatercontainer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llimfloatercontainer.h b/indra/newview/llimfloatercontainer.h
index 4546029e93..e8d185297c 100644
--- a/indra/newview/llimfloatercontainer.h
+++ b/indra/newview/llimfloatercontainer.h
@@ -125,6 +125,7 @@ public:
void removeConversationListItem(const LLUUID& uuid, bool change_focus = true);
void addConversationListItem(const LLUUID& uuid);
void setTimeNow(const LLUUID& session_id, const LLUUID& participant_id);
+ void setNearbyDistances();
private:
LLConversationViewSession* createConversationItemWidget(LLConversationItem* item);