diff options
| author | Roxie Linden <roxie@lindenlab.com> | 2023-10-12 17:31:02 -0700 | 
|---|---|---|
| committer | Roxie Linden <roxie@lindenlab.com> | 2024-02-22 23:11:35 -0800 | 
| commit | c9f77ebeac14908465b59cb063a9c30615480015 (patch) | |
| tree | c24a031a4ae6774134c8e79f0d058a797ad2cb9d | |
| parent | af67b8f3ff76f4fb380fdc84f1c80869d4bac0a4 (diff) | |
build fix
| -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) | 
