diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-10-11 23:02:17 +0300 | 
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-10-11 23:04:43 +0300 | 
| commit | ece2e7b39a840a5126a9b34acf15450a969a6daa (patch) | |
| tree | d6c67e1e3d50bcd5397bd629e32e32478b411b96 /indra/newview | |
| parent | e8af383b2db1a094a6a9addbe4b318acb2d7978d (diff) | |
SL-18165 Mac build fix
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/llviewerfloaterreg.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| 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)          { | 
