diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-29 14:53:16 -0800 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-29 14:53:16 -0800 |
commit | 68401771cd3ee60727e561a9576bda63a4e66637 (patch) | |
tree | 63de02b5d2b7a27133ade46c3d69abdd942c5ad9 /indra/llui | |
parent | 7762da2c0352d7caba38bf988bceb8ce436f6f79 (diff) |
CID-325
Checker: UNINIT_CTOR
Function: LLNotificationForm::LLNotificationForm(const LLSD &)
File: /indra/llui/llnotifications.cpp
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/llnotifications.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llnotifications.cpp b/indra/llui/llnotifications.cpp index 035ca3f26b..5816cef6af 100644 --- a/indra/llui/llnotifications.cpp +++ b/indra/llui/llnotifications.cpp @@ -283,6 +283,7 @@ LLNotificationForm::LLNotificationForm(const std::string& name, const LLXMLNodeP } LLNotificationForm::LLNotificationForm(const LLSD& sd) + : mIgnore(IGNORE_NO) { if (sd.isArray()) { |