summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorRoxie Linden <roxie@lindenlab.com>2023-10-12 17:31:02 -0700
committerRoxie Linden <roxie@lindenlab.com>2024-02-22 23:11:35 -0800
commitc9f77ebeac14908465b59cb063a9c30615480015 (patch)
treec24a031a4ae6774134c8e79f0d058a797ad2cb9d /indra/newview
parentaf67b8f3ff76f4fb380fdc84f1c80869d4bac0a4 (diff)
build fix
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llviewerhelp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerhelp.cpp b/indra/newview/llviewerhelp.cpp
index 61e70dc820..6374d68988 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, LLMediaCtrl* web) override
+ bool handle(const LLSD& params, const LLSD& query_map, const std::string& grid, LLMediaCtrl* web) override
{
LLViewerHelp* vhelp = LLViewerHelp::getInstance();
if (! vhelp)