From 0efd2dbede6419af13fec810db6150b261e8bf74 Mon Sep 17 00:00:00 2001 From: Mnikolenko Productengine Date: Mon, 28 Oct 2019 16:16:44 +0200 Subject: SL-12190 id_to_time_map_t should use F64 --- indra/newview/llrecentpeople.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/llrecentpeople.h') 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, public LLOldEvents::LL LLSINGLETON_EMPTY_CTOR(LLRecentPeople); LOG_CLASS(LLRecentPeople); public: - typedef std::map id_to_time_map_t; + typedef std::map id_to_time_map_t; typedef boost::signals2::signal signal_t; /** -- cgit v1.2.3