diff options
author | Lynx Linden <lynx@lindenlab.com> | 2009-11-11 10:59:31 +0000 |
---|---|---|
committer | Lynx Linden <lynx@lindenlab.com> | 2009-11-11 10:59:31 +0000 |
commit | d5f3e6b2a82fa166179943fab435f69059f6686b (patch) | |
tree | d8a663de234a09315aaeaa95b42db4aafc0a9212 /indra/newview/llpanelimcontrolpanel.h | |
parent | 3cfd8a7ae8fb760fccfc992d8185db7bb37ff4ec (diff) | |
parent | 162924aadfb6a7312287d91a25a129885239c0a4 (diff) |
Automated merge with file:///home/lynx/hg/general/viewer-2-0
Diffstat (limited to 'indra/newview/llpanelimcontrolpanel.h')
-rw-r--r-- | indra/newview/llpanelimcontrolpanel.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llpanelimcontrolpanel.h b/indra/newview/llpanelimcontrolpanel.h index a0d3420d23..923c5acbd2 100644 --- a/indra/newview/llpanelimcontrolpanel.h +++ b/indra/newview/llpanelimcontrolpanel.h @@ -43,7 +43,9 @@ class LLParticipantList; class LLPanelChatControlPanel : public LLPanel { public: - LLPanelChatControlPanel() {}; + LLPanelChatControlPanel() : + mSessionId(LLUUID()), + mInitialized(false) {}; ~LLPanelChatControlPanel() {}; virtual BOOL postBuild(); @@ -59,6 +61,7 @@ public: private: LLUUID mSessionId; + bool mInitialized; }; |