diff options
Diffstat (limited to 'linden/indra/newview/llpanelgroupvoting.h')
-rw-r--r-- | linden/indra/newview/llpanelgroupvoting.h | 7 |
1 files changed, 6 insertions, 1 deletions
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: | |||
55 | virtual bool needsApply(LLString& mesg); | 55 | virtual bool needsApply(LLString& mesg); |
56 | virtual bool apply(LLString& mesg); | 56 | virtual bool apply(LLString& mesg); |
57 | virtual void update(LLGroupChange gc); | 57 | virtual void update(LLGroupChange gc); |
58 | static void handleResponse(void *userdata, ResponseType response, bool succes=true); | 58 | static void handleResponse( |
59 | const LLUUID& group_id, | ||
60 | ResponseType response, | ||
61 | bool succes=true); | ||
62 | static void handleFailure( const LLUUID& group_id); | ||
63 | |||
59 | protected: | 64 | protected: |
60 | class impl; | 65 | class impl; |
61 | impl* mImpl; | 66 | impl* mImpl; |