diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-12 15:35:08 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-12 15:35:08 +0000 |
commit | 64c1146213a1f1313bd061229a962e4d827cb16d (patch) | |
tree | 61914e8a5300ad30d3cac49b07278e2de7181806 /indra/newview/llvoicechannel.h | |
parent | c2b227c93973edc786c3f42772e06cd1760b610e (diff) |
add Cancel button to outgoing call dialog, make it work (perhaps), make the name of the departing voice session more accurate (perhaps). WIP.
Diffstat (limited to 'indra/newview/llvoicechannel.h')
-rw-r--r-- | indra/newview/llvoicechannel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoicechannel.h b/indra/newview/llvoicechannel.h index 20b6157b48..639585de55 100644 --- a/indra/newview/llvoicechannel.h +++ b/indra/newview/llvoicechannel.h @@ -109,6 +109,7 @@ protected: EState mState; std::string mSessionName; LLSD mNotifyArgs; + LLSD mCallDialogPayload; BOOL mIgnoreNextSessionLeave; LLHandle<LLPanel> mLoginNotificationHandle; |