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.h | |
parent | 145aa1d0740e74aa98f7809dd1f2668b0546a131 (diff) | |
parent | f62971a4f0f5882735ec50374e5821f7a2004363 (diff) |
Merged in lindenlab/viewer-lynx
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(); |