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;