aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llnotify.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llnotify.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llnotify.cpp b/linden/indra/newview/llnotify.cpp
index 4f5c64b..7c206bb 100644
--- a/linden/indra/newview/llnotify.cpp
+++ b/linden/indra/newview/llnotify.cpp
@@ -552,12 +552,13 @@ void LLNotifyBox::close()
552} 552}
553 553
554/*virtual*/ 554/*virtual*/
555void LLNotifyBox::tick() 555BOOL LLNotifyBox::tick()
556{ 556{
557 if (mIsTip) 557 if (mIsTip)
558 { 558 {
559 close(); 559 close();
560 } 560 }
561 return FALSE;
561} 562}
562 563
563void LLNotifyBox::setVisible(BOOL visible) 564void LLNotifyBox::setVisible(BOOL visible)