diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-02-18 23:25:20 +0200 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-02-18 23:25:20 +0200 |
commit | e7cf930f50d89a8198e9c90d46ad4d191d73bc86 (patch) | |
tree | a2fac0a76b2ea433dfde2cd010f379b44fa5e8ca /indra/newview/llnotificationlistitem.cpp | |
parent | 145aa1d0740e74aa98f7809dd1f2668b0546a131 (diff) | |
parent | f62971a4f0f5882735ec50374e5821f7a2004363 (diff) |
Merged in lindenlab/viewer-lynx
Diffstat (limited to 'indra/newview/llnotificationlistitem.cpp')
-rw-r--r-- | indra/newview/llnotificationlistitem.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llnotificationlistitem.cpp b/indra/newview/llnotificationlistitem.cpp index 8cdc2d7c0b..cbcf9cac9c 100644 --- a/indra/newview/llnotificationlistitem.cpp +++ b/indra/newview/llnotificationlistitem.cpp @@ -381,7 +381,7 @@ LLGroupNoticeNotificationListItem::LLGroupNoticeNotificationListItem(const Param buildFromFile("panel_notification_list_item.xml"); } -LLGroupNoticeNotificationListItem::~LLGroupNoticeNotificationListItem() +LLGroupNotificationListItem::~LLGroupNotificationListItem() { LLGroupMgr::getInstance()->removeObserver(this); } @@ -539,7 +539,6 @@ void LLGroupNoticeNotificationListItem::close() mInventoryOffer->forceResponse(IOR_DECLINE); mInventoryOffer = NULL; } - LLGroupMgr::getInstance()->removeObserver(this); } void LLGroupNoticeNotificationListItem::onClickAttachment() |