summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llui')
-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 8a0f875808..c4eec1835c 100644
--- a/indra/llui/llloadingindicator.cpp
+++ b/indra/llui/llloadingindicator.cpp
@@ -77,7 +77,7 @@ void LLLoadingIndicator::draw()
start();
}
- LLUIImagePtr cur_image = mImages.empty() ? NULL : mImages[mCurImageIdx];
+ LLUIImagePtr cur_image = mImages.empty() ? LLUIImagePtr(NULL) : mImages[mCurImageIdx];
// Draw current image.
if( cur_image.notNull() )