summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorRichard Linden <none@none>2012-04-13 11:48:37 -0700
committerRichard Linden <none@none>2012-04-13 11:48:37 -0700
commit61d202a15d70ec56e46bca2edadd49cfd5cbb956 (patch)
tree62e11048d3a1d3cba63c22eb4d5eb510c2e3b7e7 /indra/llui
parentfc780921c1e3c411014fe22a31a0fe4d0fd0b2cf (diff)
renamed Lazy to Atomic
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/llloadingindicator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llloadingindicator.h b/indra/llui/llloadingindicator.h
index 4998a57263..ffcb329f42 100644
--- a/indra/llui/llloadingindicator.h
+++ b/indra/llui/llloadingindicator.h
@@ -63,7 +63,7 @@ public:
struct Params : public LLInitParam::Block<Params, LLUICtrl::Params>
{
Optional<F32> images_per_sec;
- Optional<Batch<Images> > images;
+ Optional<Atomic<Images> > images;
Params()
: images_per_sec("images_per_sec", 1.0f),