summaryrefslogtreecommitdiff
path: root/indra/llui/llview.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2010-03-05 18:19:50 -0800
committerRichard Linden <none@none>2010-03-05 18:19:50 -0800
commit93051dc23cb3252af327a9b113abc45de154ff4e (patch)
treebf65789d1c26be54e23f7a382b22182214284ea3 /indra/llui/llview.cpp
parenteee50d1401ff7dfcb9c9fdc2c6e61e6d6281f5e2 (diff)
parent4ada9e7f15eed6a462f22a119a724f64799aba54 (diff)
merge
Diffstat (limited to 'indra/llui/llview.cpp')
-rw-r--r--indra/llui/llview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llview.cpp b/indra/llui/llview.cpp
index b695731a02..d34083a384 100644
--- a/indra/llui/llview.cpp
+++ b/indra/llui/llview.cpp
@@ -150,7 +150,7 @@ LLView::~LLView()
{
dirtyRect();
//llinfos << "Deleting view " << mName << ":" << (void*) this << llendl;
- if (LLView::isDrawing)
+ if (LLView::sIsDrawing)
{
llwarns << "Deleting view " << mName << " during UI draw() phase" << llendl;
}