master
Richard Linden 2010-03-05 18:19:50 -08:00
commit 93051dc23c
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}