summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Linden <none@none>2010-03-05 18:19:29 -0800
committerRichard Linden <none@none>2010-03-05 18:19:29 -0800
commit4ada9e7f15eed6a462f22a119a724f64799aba54 (patch)
tree39c06b6d5cdd78c2ab5517281c9af8dc2557286a
parent9412447b4f49e068fc5890821ed4b8686e13d723 (diff)
fix
-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;
}