summaryrefslogtreecommitdiff
path: root/indra/newview/llchannelmanager.h
diff options
context:
space:
mode:
authorRichard Nelson <richard@lindenlab.com>2011-10-14 16:43:43 -0700
committerRichard Nelson <richard@lindenlab.com>2011-10-14 16:43:43 -0700
commitcf98cdf69f481dd473363d4a80a80f27e96f87e8 (patch)
treedba0434264cd0ba4b46b3fdad27c7d1a20c8847b /indra/newview/llchannelmanager.h
parent4413ea12b19eddfceb162491bdbcf19187850f92 (diff)
fix for crash on exit
Diffstat (limited to 'indra/newview/llchannelmanager.h')
-rw-r--r--indra/newview/llchannelmanager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llchannelmanager.h b/indra/newview/llchannelmanager.h
index 671e545465..a5de8a5327 100644
--- a/indra/newview/llchannelmanager.h
+++ b/indra/newview/llchannelmanager.h
@@ -48,10 +48,10 @@ public:
struct ChannelElem
{
- LLUUID id;
- LLScreenChannelBase* channel;
+ LLUUID id;
+ LLHandle<LLScreenChannelBase> channel;
- ChannelElem() : id(LLUUID("")), channel(NULL) { }
+ ChannelElem() { }
ChannelElem(const ChannelElem &elem)
{