diff options
author | Richard Linden <none@none> | 2010-03-05 18:19:29 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2010-03-05 18:19:29 -0800 |
commit | 4ada9e7f15eed6a462f22a119a724f64799aba54 (patch) | |
tree | 39c06b6d5cdd78c2ab5517281c9af8dc2557286a /indra/llui | |
parent | 9412447b4f49e068fc5890821ed4b8686e13d723 (diff) |
fix
Diffstat (limited to 'indra/llui')
-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; } |