summaryrefslogtreecommitdiff
path: root/indra/newview/llrecentpeople.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llrecentpeople.h')
-rw-r--r--indra/newview/llrecentpeople.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llrecentpeople.h b/indra/newview/llrecentpeople.h
index c18116b4e5..e0f2faaec5 100644
--- a/indra/newview/llrecentpeople.h
+++ b/indra/newview/llrecentpeople.h
@@ -81,6 +81,8 @@ public:
*/
void get(std::vector<LLUUID>& result) const;
+ const LLDate& getDate(const LLUUID& id) const;
+
/**
* Set callback to be called when the list changed.
*
@@ -97,7 +99,7 @@ public:
private:
typedef std::map<LLUUID, LLDate> recent_people_t;
- recent_people_t mList;
+ recent_people_t mPeople;
signal_t mChangedSignal;
};