Skip to content
Snippets Groups Projects
Commit b0704256 authored by Dmitry Oleshko's avatar Dmitry Oleshko
Browse files

No ticket.

A pointer member must be initialized in constructor.

--HG--
branch : product-engine
parent 2e413820
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,9 @@ void LLScreenChannelBase::init(S32 channel_left, S32 channel_right)
// LLScreenChannel
//////////////////////
//--------------------------------------------------------------------------
LLScreenChannel::LLScreenChannel(LLUUID& id): LLScreenChannelBase(id)
LLScreenChannel::LLScreenChannel(LLUUID& id):
LLScreenChannelBase(id)
,mStartUpToastPanel(NULL)
{
}
......
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