From ece2e7b39a840a5126a9b34acf15450a969a6daa Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Tue, 11 Oct 2022 23:02:17 +0300 Subject: SL-18165 Mac build fix --- indra/newview/llviewerfloaterreg.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'indra') diff --git a/indra/newview/llviewerfloaterreg.cpp b/indra/newview/llviewerfloaterreg.cpp index 5ac58d97be..b4382a4646 100644 --- a/indra/newview/llviewerfloaterreg.cpp +++ b/indra/newview/llviewerfloaterreg.cpp @@ -176,11 +176,11 @@ public: // requires trusted browser to trigger or an explicit click LLFloaterOpenHandler() : LLCommandHandler("openfloater", UNTRUSTED_THROTTLE) { } - virtual bool canHandleUntrusted( + bool canHandleUntrusted( const LLSD& params, const LLSD& query_map, LLMediaCtrl* web, - const std::string& nav_type) + const std::string& nav_type) override { if (params.size() != 1) { -- cgit v1.2.3