diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-01-28 18:32:47 +0200 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-01-28 18:32:47 +0200 |
commit | fd13bdef98c169c518685a223482c922aed5db06 (patch) | |
tree | 5e9dcbfad75007b9da126b495b955d35915decf9 /indra/newview/lltrackpicker.cpp | |
parent | ac865de287b2e740acd9f6a8724301146df73ccf (diff) |
SL-1945 Don't open floater if there is only one option to select from
Diffstat (limited to 'indra/newview/lltrackpicker.cpp')
-rw-r--r-- | indra/newview/lltrackpicker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltrackpicker.cpp b/indra/newview/lltrackpicker.cpp index 07fdb5f476..bc918f4bd7 100644 --- a/indra/newview/lltrackpicker.cpp +++ b/indra/newview/lltrackpicker.cpp @@ -76,7 +76,7 @@ void LLFloaterTrackPicker::onClose(bool app_quitting) } } -void LLFloaterTrackPicker::showPicker(LLSD &args) +void LLFloaterTrackPicker::showPicker(const LLSD &args) { LLSD::array_const_iterator iter; LLSD::array_const_iterator end = args.endArray(); |