diff options
author | Richard Linden <none@none> | 2012-04-13 11:48:37 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2012-04-13 11:48:37 -0700 |
commit | 61d202a15d70ec56e46bca2edadd49cfd5cbb956 (patch) | |
tree | 62e11048d3a1d3cba63c22eb4d5eb510c2e3b7e7 /indra/llui | |
parent | fc780921c1e3c411014fe22a31a0fe4d0fd0b2cf (diff) |
renamed Lazy to Atomic
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/llloadingindicator.h | 2 |
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), |