summaryrefslogtreecommitdiff
path: root/indra/newview/lltoast.cpp
diff options
context:
space:
mode:
authorSteve Bennetts <steve@lindenlab.com>2009-11-24 15:05:13 -0800
committerSteve Bennetts <steve@lindenlab.com>2009-11-24 15:05:13 -0800
commitfb26dd779613ea088e44fd5d85044698cf782ede (patch)
treee2908fb32ccc3c9d3b48cece2759b072aff86a62 /indra/newview/lltoast.cpp
parent07a396e3119af7dd3cd56f64e066c70f8aa1b5bd (diff)
parent9e2d78aca1fa96e96b4b324cabfb0efeb26f7397 (diff)
Merge
Diffstat (limited to 'indra/newview/lltoast.cpp')
-rw-r--r--indra/newview/lltoast.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoast.cpp b/indra/newview/lltoast.cpp
index ed2cedbd10..f9cbdc20d6 100644
--- a/indra/newview/lltoast.cpp
+++ b/indra/newview/lltoast.cpp
@@ -227,7 +227,7 @@ void LLToast::setVisible(BOOL show)
}
LLModalDialog::setFrontmost(FALSE);
}
- LLPanel::setVisible(show);
+ LLFloater::setVisible(show);
if(mPanel)
{
if(!mPanel->isDead())