summaryrefslogtreecommitdiff
path: root/indra/newview/lltrackpicker.cpp
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2019-01-28 18:32:47 +0200
committerandreykproductengine <andreykproductengine@lindenlab.com>2019-01-28 18:32:47 +0200
commitfd13bdef98c169c518685a223482c922aed5db06 (patch)
tree5e9dcbfad75007b9da126b495b955d35915decf9 /indra/newview/lltrackpicker.cpp
parentac865de287b2e740acd9f6a8724301146df73ccf (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.cpp2
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();