summaryrefslogtreecommitdiff
path: root/indra/newview/lleventinfo.h
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-01-26 18:12:32 -0800
committerTofu Linden <tofu.linden@lindenlab.com>2010-01-26 18:12:32 -0800
commit25057b311c2aa9a79d33184739f2a73de0bd21e4 (patch)
treecf13be6fbcb268d62863dba2403f53edc8eb2a76 /indra/newview/lleventinfo.h
parentfb0ff294e8257bf2054f342413c6f72f6f6f65d7 (diff)
CID-390
Checker: UNINIT_CTOR Function: LLEventInfo::LLEventInfo() File: /indra/newview/lleventinfo.h
Diffstat (limited to 'indra/newview/lleventinfo.h')
-rw-r--r--indra/newview/lleventinfo.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/indra/newview/lleventinfo.h b/indra/newview/lleventinfo.h
index 493c659983..4f33a7925a 100644
--- a/indra/newview/lleventinfo.h
+++ b/indra/newview/lleventinfo.h
@@ -43,7 +43,15 @@ class LLMessageSystem;
class LLEventInfo
{
public:
- LLEventInfo() {}
+ LLEventInfo() :
+ mID(0),
+ mDuration(0),
+ mUnixTime(0),
+ mHasCover(FALSE),
+ mCover(0),
+ mEventFlags(0),
+ mSelected(FALSE)
+ {}
void unpack(LLMessageSystem *msg);