Checker: UNINIT_CTOR
Function: LLStateDiagram::LLStateDiagram()
File: /indra/llcharacter/llstatemachine.cpp
master
Tofu Linden 2010-01-29 14:32:35 -08:00
parent 8e45dfe2c6
commit 0faac6bd14
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ bool operator!=(const LLUniqueID &a, const LLUniqueID &b)
//-----------------------------------------------------------------------------
LLStateDiagram::LLStateDiagram()
{
mDefaultState = NULL;
mUseDefaultState = FALSE;
}