Skip to content
Snippets Groups Projects
Commit 1acf7a4a authored by Tofu Linden's avatar Tofu Linden
Browse files

CID-364

Checker: UNINIT_CTOR
Function: LLEventNotification::LLEventNotification()
File: /indra/newview/lleventnotifier.cpp
parent 245c044e
No related branches found
No related tags found
No related merge requests found
......@@ -174,6 +174,7 @@ void LLEventNotifier::remove(const U32 event_id)
LLEventNotification::LLEventNotification() :
mEventID(0),
mEventDate(0),
mEventName("")
{
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment