diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-29 14:32:35 -0800 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-29 14:32:35 -0800 |
commit | 0faac6bd1492575dc1f82c916cd9a8a8d6bdb797 (patch) | |
tree | a7ac58beeab811abedde74c0b08add8459dd9b11 /indra | |
parent | 8e45dfe2c6ffff26417d7c43120e1f4a23ba3cac (diff) |
CID-333
Checker: UNINIT_CTOR
Function: LLStateDiagram::LLStateDiagram()
File: /indra/llcharacter/llstatemachine.cpp
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llcharacter/llstatemachine.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcharacter/llstatemachine.cpp b/indra/llcharacter/llstatemachine.cpp index f4eb59b0f2..e6fa4d7985 100644 --- a/indra/llcharacter/llstatemachine.cpp +++ b/indra/llcharacter/llstatemachine.cpp @@ -54,6 +54,7 @@ bool operator!=(const LLUniqueID &a, const LLUniqueID &b) //----------------------------------------------------------------------------- LLStateDiagram::LLStateDiagram() { + mDefaultState = NULL; mUseDefaultState = FALSE; } |