summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelgroupnotices.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llpanelgroupnotices.h')
-rw-r--r--indra/newview/llpanelgroupnotices.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llpanelgroupnotices.h b/indra/newview/llpanelgroupnotices.h
index 04629b5f6b..46c8c241c6 100644
--- a/indra/newview/llpanelgroupnotices.h
+++ b/indra/newview/llpanelgroupnotices.h
@@ -65,6 +65,8 @@ public:
void refreshNotices();
+ void clearNoticeList();
+
virtual void setGroupID(const LLUUID& id);
private:
@@ -113,6 +115,8 @@ private:
LLOfferInfo* mInventoryOffer;
+ LLUUID mPrevSelectedNotice;
+
static std::map<LLUUID,LLPanelGroupNotices*> sInstances;
};