aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanelgroupnotices.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llpanelgroupnotices.h')
-rw-r--r--linden/indra/newview/llpanelgroupnotices.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/linden/indra/newview/llpanelgroupnotices.h b/linden/indra/newview/llpanelgroupnotices.h
index b09a201..8064c6a 100644
--- a/linden/indra/newview/llpanelgroupnotices.h
+++ b/linden/indra/newview/llpanelgroupnotices.h
@@ -52,8 +52,8 @@ public:
52 // LLPanelGroupTab 52 // LLPanelGroupTab
53 static void* createTab(void* data); 53 static void* createTab(void* data);
54 virtual void activate(); 54 virtual void activate();
55 //virtual bool needsApply(LLString& mesg); 55 //virtual bool needsApply(std::string& mesg);
56 //virtual bool apply(LLString& mesg); 56 //virtual bool apply(std::string& mesg);
57 //virtual void update(); 57 //virtual void update();
58 58
59 virtual BOOL postBuild(); 59 virtual BOOL postBuild();
@@ -63,11 +63,11 @@ public:
63 63
64 static void processGroupNoticesListReply(LLMessageSystem* msg, void** data); 64 static void processGroupNoticesListReply(LLMessageSystem* msg, void** data);
65 65
66 void showNotice(const char* subject, 66 void showNotice(const std::string& subject,
67 const char* message, 67 const std::string& message,
68 const bool& has_inventory, 68 const bool& has_inventory,
69 const char* inventory_name, 69 const std::string& inventory_name,
70 LLOfferInfo* inventory_offer); 70 LLOfferInfo* inventory_offer);
71 71
72private: 72private:
73 static void onClickRemoveAttachment(void* data); 73 static void onClickRemoveAttachment(void* data);