diff options
Diffstat (limited to 'indra/newview/llimview.h')
-rw-r--r-- | indra/newview/llimview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llimview.h b/indra/newview/llimview.h index 99b19c9fa9..61776860e3 100644 --- a/indra/newview/llimview.h +++ b/indra/newview/llimview.h @@ -548,6 +548,8 @@ protected: std::string mCurrentSessionlName; LLIMModel::LLIMSession* mSession; LLVoiceChannel::EState mOldState; + + boost::signals2::connection mVoiceChannelChanged; }; class LLCallDialog : public LLDockableFloater |