From 25057b311c2aa9a79d33184739f2a73de0bd21e4 Mon Sep 17 00:00:00 2001 From: Tofu Linden Date: Tue, 26 Jan 2010 18:12:32 -0800 Subject: CID-390 Checker: UNINIT_CTOR Function: LLEventInfo::LLEventInfo() File: /indra/newview/lleventinfo.h --- indra/newview/lleventinfo.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'indra/newview') 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); -- cgit v1.2.3