From bb97f3bf03cfa776b09dc2c0929fbb100a11c775 Mon Sep 17 00:00:00 2001 From: Alexander Gavriliuk Date: Thu, 18 May 2023 07:47:54 +0200 Subject: SL-19575 Create emoji gallery (use ::value_type in LLEmojiDictionary typedefs) --- indra/llui/llemojidictionary.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'indra/llui') diff --git a/indra/llui/llemojidictionary.h b/indra/llui/llemojidictionary.h index cc26f75ea3..1507ebfad3 100644 --- a/indra/llui/llemojidictionary.h +++ b/indra/llui/llemojidictionary.h @@ -57,11 +57,11 @@ class LLEmojiDictionary : public LLParamSingleton, public LLI public: typedef std::map emoji2descr_map_t; - typedef std::pair emoji2descr_item_t; + typedef emoji2descr_map_t::value_type emoji2descr_item_t; typedef std::map code2descr_map_t; - typedef std::pair code2descr_item_t; + typedef code2descr_map_t::value_type code2descr_item_t; typedef std::map> cat2descrs_map_t; - typedef std::pair> cat2descrs_item_t; + typedef cat2descrs_map_t::value_type cat2descrs_item_t; static void initClass(); LLWString findMatchingEmojis(const std::string& needle) const; -- cgit v1.2.3