summaryrefslogtreecommitdiff
path: root/indra/newview/llimview.h
diff options
context:
space:
mode:
authorMonroe Linden <monroe@lindenlab.com>2010-10-07 14:07:31 -0700
committerMonroe Linden <monroe@lindenlab.com>2010-10-07 14:07:31 -0700
commitc154e4b794489ff876b60b9ccfcb72ec1836cea2 (patch)
treee6f92ad0e1b5f50d918a2bf9de609eaa906d00e7 /indra/newview/llimview.h
parent61305ff7651436a1205ce7264358484f78f3693f (diff)
Made VoiceCallsRejectAll apply to group voice invites as well as p2p and ad-hoc invites.
Fixed some code in LLIMMgr that had the incoming call dialog confused with a notification. Reviewed by Richard.
Diffstat (limited to 'indra/newview/llimview.h')
-rw-r--r--indra/newview/llimview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llimview.h b/indra/newview/llimview.h
index f7a4406f00..352936347d 100644
--- a/indra/newview/llimview.h
+++ b/indra/newview/llimview.h
@@ -538,9 +538,9 @@ public:
static void onReject(void* user_data);
static void onStartIM(void* user_data);
+ static void processCallResponse(S32 response, const LLSD& payload);
private:
/*virtual*/ void onLifetimeExpired();
- void processCallResponse(S32 response);
};
class LLOutgoingCallDialog : public LLCallDialog