diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2009-11-12 17:12:21 -0500 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2009-11-12 17:12:21 -0500 |
commit | a92c6ef67fbdef79e7163e1449616a15fd61b081 (patch) | |
tree | d328b0cc1ebe9aaf8c0705f0a1a49902bbe32e69 /indra/newview/llvoicechannel.h | |
parent | 8863987cae0354db6d248633f33787bdf62293ca (diff) | |
parent | 4acc05b3793623a03ea763c5c8c4072f986ee286 (diff) |
merging put on submenu fix with avatar-pipeline
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; |