diff options
author | Roxie Linden <roxie@lindenlab.com> | 2023-09-13 22:50:06 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-02-22 23:11:34 -0800 |
commit | c01d83b5302afb48c8cad9954a58f294c2bd0a78 (patch) | |
tree | 55b9e91d396da41df86d61a28a0f3a47e0af880a /indra/newview | |
parent | b476e1545bb398bcda7a9dd693ac3fcc5ab4b7b8 (diff) |
build fix on newer osx machines
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llviewerhelp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerhelp.cpp b/indra/newview/llviewerhelp.cpp index 3181ae6283..61e70dc820 100644 --- a/indra/newview/llviewerhelp.cpp +++ b/indra/newview/llviewerhelp.cpp @@ -45,7 +45,7 @@ public: // requests will be throttled from a non-trusted browser LLHelpHandler() : LLCommandHandler("help", UNTRUSTED_CLICK_ONLY) {} - bool handle(const LLSD& params, const LLSD& query_map, const std::string& grid, LLMediaCtrl* web) + bool handle(const LLSD& params, const LLSD& query_map, LLMediaCtrl* web) override { LLViewerHelp* vhelp = LLViewerHelp::getInstance(); if (! vhelp) |