diff options
author | Roxie Linden <roxie@lindenlab.com> | 2023-10-12 17:31:02 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-02-08 18:34:01 -0800 |
commit | 795edd490b38ee5f3330dd2dedf980f10950ec22 (patch) | |
tree | 7c12bc4db3f13e09434f38dce76c5ed7cb3b5c50 /indra | |
parent | 7da53bacc6b3bdad668c2ed363d696107c4e10e7 (diff) |
build fix
Diffstat (limited to 'indra')
-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 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) |