summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
Diffstat (limited to 'indra')
-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);