diff options
author | Kitty Barnett <develop@catznip.com> | 2016-02-14 20:40:11 +0100 |
---|---|---|
committer | Kitty Barnett <develop@catznip.com> | 2016-02-14 20:40:11 +0100 |
commit | ade46cfee04b21cbe88ab64f148e0087ef0a74c6 (patch) | |
tree | 35bf1c3f37573415be21b276109f33149c31436c /indra/newview/llnotificationlistitem.h | |
parent | cedfff131213d71b3f61194034a8b8a890416bcc (diff) |
FIXED Crash in LLGroupMgr::notifyObservers() when closing a group invitation before the group properties arrive
Diffstat (limited to 'indra/newview/llnotificationlistitem.h')
-rw-r--r-- | indra/newview/llnotificationlistitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llnotificationlistitem.h b/indra/newview/llnotificationlistitem.h index 9a4ce2be4b..3dd52986b0 100644 --- a/indra/newview/llnotificationlistitem.h +++ b/indra/newview/llnotificationlistitem.h @@ -136,6 +136,7 @@ class LLGroupNotificationListItem : public LLNotificationListItem, public LLGroupMgrObserver { public: + virtual ~LLGroupNotificationListItem(); virtual BOOL postBuild(); void setGroupId(const LLUUID& value); @@ -192,7 +193,6 @@ class LLGroupNoticeNotificationListItem : public LLGroupNotificationListItem { public: - ~LLGroupNoticeNotificationListItem(); static std::set<std::string> getTypes(); virtual BOOL postBuild(); |