diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-05-04 19:34:48 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-05-04 19:34:48 +0300 |
commit | 13f501b3331f352e003053cac14ed285f12b1f10 (patch) | |
tree | 81743feb09f27835a130c8c79812acdcfe27ab25 /indra/newview/llrecentpeople.h | |
parent | 2bddce7cabd525853e59c442223ab88996432d7a (diff) | |
parent | 4a7fd0117a43dca9e30c58c6417ebdf6862561f6 (diff) |
Merged master into DRTVWR-508
Diffstat (limited to 'indra/newview/llrecentpeople.h')
-rw-r--r-- | indra/newview/llrecentpeople.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llrecentpeople.h b/indra/newview/llrecentpeople.h index 1b4295ddad..18b669ff4f 100644 --- a/indra/newview/llrecentpeople.h +++ b/indra/newview/llrecentpeople.h @@ -53,7 +53,7 @@ class LLRecentPeople: public LLSingleton<LLRecentPeople>, public LLOldEvents::LL LLSINGLETON_EMPTY_CTOR(LLRecentPeople); LOG_CLASS(LLRecentPeople); public: - typedef std::map <LLUUID, F32> id_to_time_map_t; + typedef std::map <LLUUID, F64> id_to_time_map_t; typedef boost::signals2::signal<void ()> signal_t; /** |