diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-28 11:15:56 -0800 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-28 11:15:56 -0800 |
commit | 1acf7a4a29a0f6c4ab1b88f275ae6e815d0f738e (patch) | |
tree | 5cbc53b49701e212c4c8241666a535af7cc3e619 /indra/newview/lleventnotifier.cpp | |
parent | 245c044e3b2b58e893c20137551fc1abda033fe5 (diff) |
CID-364
Checker: UNINIT_CTOR
Function: LLEventNotification::LLEventNotification()
File: /indra/newview/lleventnotifier.cpp
Diffstat (limited to 'indra/newview/lleventnotifier.cpp')
-rw-r--r-- | indra/newview/lleventnotifier.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lleventnotifier.cpp b/indra/newview/lleventnotifier.cpp index edfb9dc864..f096ba604f 100644 --- a/indra/newview/lleventnotifier.cpp +++ b/indra/newview/lleventnotifier.cpp @@ -174,6 +174,7 @@ void LLEventNotifier::remove(const U32 event_id) LLEventNotification::LLEventNotification() : mEventID(0), + mEventDate(0), mEventName("") { } |