Skip to content
Snippets Groups Projects
Commit 0efd2dbe authored by Mnikolenko Productengine's avatar Mnikolenko Productengine
Browse files

SL-12190 id_to_time_map_t should use F64

parent 39dc22d1
No related branches found
No related tags found
No related merge requests found
......@@ -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;
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment