diff options
author | Jacek Antonelli | 2008-09-06 18:24:57 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-06 18:25:07 -0500 |
commit | 798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch) | |
tree | 1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/newview/llpanelgroupnotices.h | |
parent | Second Life viewer sources 1.20.15 (diff) | |
download | meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2 meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz |
Second Life viewer sources 1.21.0-RC
Diffstat (limited to 'linden/indra/newview/llpanelgroupnotices.h')
-rw-r--r-- | linden/indra/newview/llpanelgroupnotices.h | 14 |
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 | ||
72 | private: | 72 | private: |
73 | static void onClickRemoveAttachment(void* data); | 73 | static void onClickRemoveAttachment(void* data); |