From 6fa6022a3f6d5bf71d97a59ec89929575f2ffd11 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 15 Aug 2008 23:45:30 -0500 Subject: Second Life viewer sources 1.19.0.3 --- linden/indra/newview/llpanelgroupvoting.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'linden/indra/newview/llpanelgroupvoting.h') diff --git a/linden/indra/newview/llpanelgroupvoting.h b/linden/indra/newview/llpanelgroupvoting.h index 3d56f69..05f53b5 100644 --- a/linden/indra/newview/llpanelgroupvoting.h +++ b/linden/indra/newview/llpanelgroupvoting.h @@ -55,7 +55,12 @@ public: virtual bool needsApply(LLString& mesg); virtual bool apply(LLString& mesg); virtual void update(LLGroupChange gc); - static void handleResponse(void *userdata, ResponseType response, bool succes=true); + static void handleResponse( + const LLUUID& group_id, + ResponseType response, + bool succes=true); + static void handleFailure( const LLUUID& group_id); + protected: class impl; impl* mImpl; -- cgit v1.1