diff options
| -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())  	{  | 
