summaryrefslogtreecommitdiff
path: root/indra/llui/llloadingindicator.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2012-04-12 17:18:34 -0700
committerRichard Linden <none@none>2012-04-12 17:18:34 -0700
commit855fbc0bf331c116d20d402f427535f060f70345 (patch)
tree112de7ff155330757fbea7d419ab5c4458f79810 /indra/llui/llloadingindicator.cpp
parenta3d08c2355e35758b27b0fb7dca926959c440e63 (diff)
fixed UI not working at all due to bad param blocks
Diffstat (limited to 'indra/llui/llloadingindicator.cpp')
-rw-r--r--indra/llui/llloadingindicator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llloadingindicator.cpp b/indra/llui/llloadingindicator.cpp
index 6ac38f5ad4..1ede5b706f 100644
--- a/indra/llui/llloadingindicator.cpp
+++ b/indra/llui/llloadingindicator.cpp
@@ -52,7 +52,7 @@ LLLoadingIndicator::LLLoadingIndicator(const Params& p)
void LLLoadingIndicator::initFromParams(const Params& p)
{
- BOOST_FOREACH(LLUIImage* image, p.images.image)
+ BOOST_FOREACH(LLUIImage* image, p.images().image)
{
mImages.push_back(image);
}