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

CID-322

Checker: UNINIT_CTOR
Function: LLInitParam::BaseBlock::BaseBlock()
File: /indra/llxuixml/llinitparam.cpp
parent 68401771
No related branches found
No related tags found
No related merge requests found
...@@ -85,7 +85,8 @@ namespace LLInitParam ...@@ -85,7 +85,8 @@ namespace LLInitParam
// //
BaseBlock::BaseBlock() BaseBlock::BaseBlock()
: mLastChangedParam(0), : mLastChangedParam(0),
mChangeVersion(0) mChangeVersion(0),
mBlockDescriptor(NULL)
{} {}
BaseBlock::~BaseBlock() BaseBlock::~BaseBlock()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment