diff options
author | Roxie Linden <roxie@lindenlab.com> | 2023-09-13 22:50:06 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-02-08 18:34:01 -0800 |
commit | f3701803ebb7bc2c93e1642ecaf9c3cf64f10bcb (patch) | |
tree | eca416ad716de0e9460d33880ef7b712d5d0223e | |
parent | f519506e0455748794792ab59e4865ad2ae87ab3 (diff) |
build fix on newer osx machines
-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) |