aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanelgroupvoting.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llpanelgroupvoting.h')
-rw-r--r--linden/indra/newview/llpanelgroupvoting.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llpanelgroupvoting.h b/linden/indra/newview/llpanelgroupvoting.h
index 05f53b5..c7721d7 100644
--- a/linden/indra/newview/llpanelgroupvoting.h
+++ b/linden/indra/newview/llpanelgroupvoting.h
@@ -52,8 +52,8 @@ public:
52 virtual BOOL isVisibleByAgent(LLAgent* agentp); 52 virtual BOOL isVisibleByAgent(LLAgent* agentp);
53 53
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(LLGroupChange gc); 57 virtual void update(LLGroupChange gc);
58 static void handleResponse( 58 static void handleResponse(
59 const LLUUID& group_id, 59 const LLUUID& group_id,