diff options
author | Richard Linden <none@none> | 2010-03-05 18:19:50 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2010-03-05 18:19:50 -0800 |
commit | 93051dc23cb3252af327a9b113abc45de154ff4e (patch) | |
tree | bf65789d1c26be54e23f7a382b22182214284ea3 /indra/llui/llview.cpp | |
parent | eee50d1401ff7dfcb9c9fdc2c6e61e6d6281f5e2 (diff) | |
parent | 4ada9e7f15eed6a462f22a119a724f64799aba54 (diff) |
merge
Diffstat (limited to 'indra/llui/llview.cpp')
-rw-r--r-- | indra/llui/llview.cpp | 2 |
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; } |