diff options
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)          { | 
