From ef46d21582cff731422833581ad5d027a5409a81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Liru=20F=C3=A6rs?= Date: Tue, 3 Mar 2020 21:51:54 -0500 Subject: [PATCH] Final --- indra/newview/llmenucommands.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llmenucommands.cpp b/indra/newview/llmenucommands.cpp index b572062a8..94f4af475 100644 --- a/indra/newview/llmenucommands.cpp +++ b/indra/newview/llmenucommands.cpp @@ -146,7 +146,7 @@ struct CommWrapper static void toggleInstance(const LLSD& key) { only_comm() ? LLFloaterChatterBox::toggleInstance(key) : LLFloaterMyFriends::toggleInstance(key); } }; -struct MenuFloaterDict : public LLSingleton +struct MenuFloaterDict final : public LLSingleton { typedef std::map, std::function > > menu_floater_map_t; menu_floater_map_t mEntries;