diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2023-08-24 00:12:24 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2023-08-24 00:12:24 +0300 |
commit | 2d27a6ac31009fd5ad828b6d769393f1cbfd3694 (patch) | |
tree | 2dbf406c159599d11757ad1ef794f3b606f23cef /indra | |
parent | db3b43ce24d2a35b283b88e3475fae9aebe8c447 (diff) |
DRTVWR-587 Post-merge build fix
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llfloaterpreference.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterpreference.cpp b/indra/newview/llfloaterpreference.cpp index e59c2ee2cd..47a78c049a 100644 --- a/indra/newview/llfloaterpreference.cpp +++ b/indra/newview/llfloaterpreference.cpp @@ -264,7 +264,7 @@ public: } bool handle(const LLSD& params, const LLSD& query_map, - LLMediaCtrl* web) + const std::string& grid, LLMediaCtrl* web) { if (params.size() < 1) return false; |