diff options
Diffstat (limited to 'indra/newview/llfloatergroups.h')
-rw-r--r-- | indra/newview/llfloatergroups.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatergroups.h b/indra/newview/llfloatergroups.h index 6d99f34085..a94b143d39 100644 --- a/indra/newview/llfloatergroups.h +++ b/indra/newview/llfloatergroups.h @@ -120,7 +120,7 @@ protected: void search(); void callVote(); - static void callbackLeaveGroup(S32 option, void* userdata); + static bool callbackLeaveGroup(const LLSD& notification, const LLSD& response); }; |