build fix

master
Roxie Linden 2023-10-12 17:31:02 -07:00
parent 7da53bacc6
commit 795edd490b
1 changed files with 1 additions and 1 deletions

View File

@ -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)