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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/llpanelgroupnotices.h b/indra/newview/llpanelgroupnotices.h
index a0712f1770..c41a5f501b 100644
--- a/indra/newview/llpanelgroupnotices.h
+++ b/indra/newview/llpanelgroupnotices.h
@@ -47,11 +47,10 @@ class LLScrollListCtrl;
class LLPanelGroupNotices : public LLPanelGroupTab
{
public:
- LLPanelGroupNotices(const LLUUID& group_id);
+ LLPanelGroupNotices();
virtual ~LLPanelGroupNotices();
// LLPanelGroupTab
- static void* createTab(void* data);
virtual void activate();
//virtual bool needsApply(std::string& mesg);
//virtual bool apply(std::string& mesg);
@@ -70,6 +69,8 @@ public:
const std::string& inventory_name,
LLOfferInfo* inventory_offer);
+ virtual void setGroupID(const LLUUID& id);
+
private:
static void onClickRemoveAttachment(void* data);
static void onClickOpenAttachment(void* data);